HomeSort by: relevance | last modified time | path
    Searched defs:tmpfs_dirent_pool (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_vfsops.c 64 struct pool tmpfs_dirent_pool; variable in typeref:struct:pool
71 pool_init(&tmpfs_dirent_pool, sizeof(tmpfs_dirent_t), 0, 0, 0,
81 pool_destroy(&tmpfs_dirent_pool);

Completed in 14 milliseconds