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

  /src/sys/fs/hfs/
hfs_vnops.c 146 int hfs_vop_reclaim(void *);
192 { &vop_reclaim_desc, hfs_vop_reclaim }, /* reclaim */
229 { &vop_reclaim_desc, hfs_vop_reclaim }, /* reclaim */
262 { &vop_reclaim_desc, hfs_vop_reclaim }, /* reclaim */
1004 hfs_vop_reclaim(void *v) function in typeref:typename:int
1014 DPRINTF(("VOP = hfs_vop_reclaim()\n"));
hfs_vnops.c 146 int hfs_vop_reclaim(void *);
192 { &vop_reclaim_desc, hfs_vop_reclaim }, /* reclaim */
229 { &vop_reclaim_desc, hfs_vop_reclaim }, /* reclaim */
262 { &vop_reclaim_desc, hfs_vop_reclaim }, /* reclaim */
1004 hfs_vop_reclaim(void *v) function in typeref:typename:int
1014 DPRINTF(("VOP = hfs_vop_reclaim()\n"));

Completed in 41 milliseconds