Home
last modified time | relevance | path

Searched refs:I_SHAD (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c85 int metadata = flags & (I_DIR|I_IBLK|I_SHAD|I_QUOTA); in top_cancel()
H A Dufs_bmap.c352 metaflag = I_SHAD; in bmap_write()
H A Dufs_inode.c1211 flags |= I_SHAD; in ufs_itrunc()
H A Dufs_alloc.c666 if (flags & (I_DIR|I_IBLK|I_SHAD|I_QUOTA)) { in free()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_inode.h406 #define I_SHAD 0x00000010 /* inode is a shadow inode */ macro