Home
last modified time | relevance | path

Searched refs:I_FREE (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_inode.h402 #define I_FREE 0x00000001 /* inode is being freed */ macro
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c849 flags & ~I_FREE, cr); in ufs_trans_itrunc()
H A Dufs_thread.c353 (void) TRANS_ITRUNC(ip, (u_offset_t)0, I_FREE | I_ACCT, CRED()); in ufs_delete()
H A Dufs_inode.c1191 if (flags & I_FREE) { in ufs_itrunc()