Home
last modified time | relevance | path

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

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