Home
last modified time | relevance | path

Searched refs:FFSV_FORCEINODEDEP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_extern.h132 #define FFSV_FORCEINODEDEP 0x0008 /* Force allocation of inodedep, ignore macro
H A Dffs_softdep.c1408 FFSV_FORCEINSMQ | FFSV_FORCEINODEDEP); in get_parent_vp()
1449 FFSV_FORCEINSMQ | FFSV_FORCEINODEDEP); in get_parent_vp()
8247 flags, &vp, FFSV_FORCEINSMQ | FFSV_FORCEINODEDEP) != 0) in handle_complete_freeblocks()
10018 FFSV_FORCEINODEDEP) != 0) in handle_workitem_remove()
14097 FFSV_FORCEINSMQ | FFSV_FORCEINODEDEP); in clear_remove()
14176 FFSV_FORCEINSMQ | FFSV_FORCEINODEDEP)) != 0) { in clear_inodedeps()
H A Dffs_vfsops.c1838 (ffs_flags & FFSV_FORCEINODEDEP) != 0)) in ffs_vgetf()