Searched refs:I_DIR (Results 1 – 5 of 5) sorted by relevance
85 int metadata = flags & (I_DIR|I_IBLK|I_SHAD|I_QUOTA); in top_cancel()
350 isdirquota = metaflag = I_DIR; in bmap_write()
1209 flags |= I_DIR; in ufs_itrunc()
666 if (flags & (I_DIR|I_IBLK|I_SHAD|I_QUOTA)) { in free()
403 #define I_DIR 0x00000002 /* inode is a directory */ macro