Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c87 int metadata = flags & (I_DIR|I_IBLK|I_SHAD|I_QUOTA); in top_cancel()
H A Dufs_bmap.c350 isdirquota = metaflag = I_DIR; in bmap_write()
H A Dufs_inode.c1211 flags |= I_DIR; in ufs_itrunc()
H A Dufs_alloc.c666 if (flags & (I_DIR|I_IBLK|I_SHAD|I_QUOTA)) { in free()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h403 #define I_DIR 0x00000002 /* inode is a directory */ macro