Searched refs:VFS_UNLINKABLE (Results 1 – 3 of 3) sorted by relevance
262 #define VFS_UNLINKABLE 0x40 /* unlink(2) can be applied to root */ macro
488 vfsp->vfs_flag |= VFS_UNLINKABLE; in nm_mount()
1826 if ((vfsp->vfs_flag & VFS_UNLINKABLE) == 0) { in vn_removeat()