Searched refs:hfs_vnop_inactive (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h600 int hfs_vnop_inactive(struct vnop_inactive_args *); /* in hfs_cnode.c */
H A Dhfs_vnops.c5978 { &vnop_inactive_desc, (VOPFUNC)hfs_vnop_inactive }, /* inactive */
6040 { &vnop_inactive_desc, (VOPFUNC)hfs_vnop_inactive }, /* inactive */
6101 { &vnop_inactive_desc, (VOPFUNC)hfs_vnop_inactive }, /* inactive */
6144 { &vnop_inactive_desc, (VOPFUNC)hfs_vnop_inactive }, /* inactive */
H A Dhfs_cnode.c148 * This is an internal function that is invoked from both hfs_vnop_inactive
160 * This function is idempotent and safe to call from both hfs_vnop_inactive and hfs_vnop_reclaim
249 * If we're called from hfs_vnop_inactive, all this means is at the time
253 * and we entered hfs_vnop_inactive. As a result, the only time we can guarantee
630 * hfs_vnop_inactive
637 hfs_vnop_inactive(struct vnop_inactive_args *ap) function
1063 * vnode_put, which may invoke hfs_vnop_inactive and need to take

Completed in 50 milliseconds