Home
last modified time | relevance | path

Searched refs:VFS_UNLINKABLE (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c128 VFS_UNLINKABLE; in bootfs_mount()
/titanic_50/usr/src/uts/common/sys/
H A Dvfs.h255 #define VFS_UNLINKABLE 0x40 /* unlink(2) can be applied to root */ macro
/titanic_50/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c488 vfsp->vfs_flag |= VFS_UNLINKABLE; in nm_mount()
/titanic_50/usr/src/uts/common/fs/
H A Dvnode.c1826 if ((vfsp->vfs_flag & VFS_UNLINKABLE) == 0) { in vn_removeat()