Home
last modified time | relevance | path

Searched refs:I_QUOTA (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.c354 isdirquota = metaflag = I_QUOTA; in bmap_write()
H A Dufs_inode.c1215 flags |= I_QUOTA; 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.h407 #define I_QUOTA 0x00000020 /* quota file */ macro