Searched refs:FFSV_REPLACE (Results 1 – 3 of 3) sorted by relevance
129 #define FFSV_REPLACE 0x0002 /* Replace existing vnode */ macro
1705 MPASS((ffs_flags & (FFSV_REPLACE | FFSV_REPLACE_DOOMED)) == 0 || in ffs_vgetf()1712 if ((ffs_flags & FFSV_REPLACE) == 0 || in ffs_vgetf()1794 MPASS((ffs_flags & FFSV_REPLACE) == 0); in ffs_vgetf()
1164 FFSV_FORCEINSMQ | FFSV_REPLACE | FFSV_NEWINODE)) != 0) { in ffs_valloc()