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

  /src/sys/fs/hfs/
hfs_vfsops.c 141 struct pool hfs_node_pool; variable in typeref:struct:pool
552 hnode = pool_get(&hfs_node_pool, PR_WAITOK);
569 pool_put(&hfs_node_pool, hnode);
644 pool_init(&hfs_node_pool, sizeof(struct hfsnode), 0, 0, 0, "hfsndpl",
676 pool_destroy(&hfs_node_pool);
hfs_vfsops.c 141 struct pool hfs_node_pool; variable in typeref:struct:pool
552 hnode = pool_get(&hfs_node_pool, PR_WAITOK);
569 pool_put(&hfs_node_pool, hnode);
644 pool_init(&hfs_node_pool, sizeof(struct hfsnode), 0, 0, 0, "hfsndpl",
676 pool_destroy(&hfs_node_pool);
hfs_vfsops.c 141 struct pool hfs_node_pool; variable in typeref:struct:pool
552 hnode = pool_get(&hfs_node_pool, PR_WAITOK);
569 pool_put(&hfs_node_pool, hnode);
644 pool_init(&hfs_node_pool, sizeof(struct hfsnode), 0, 0, 0, "hfsndpl",
676 pool_destroy(&hfs_node_pool);

Completed in 91 milliseconds