Searched refs:ISEQ (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c705 ip->i_flag |= (ICHG|ISEQ);
H A Dufs_inode.c1752 if (ip->i_flag & ISEQ) {
1755 ip->i_flag &= ~ISEQ;
H A Dufs_vnops.c841 ip->i_flag |= ISEQ;
916 ip->i_flag |= ISEQ;
955 ip->i_flag |= ISEQ;
1261 ip->i_flag |= ISEQ;
1296 ip->i_flag &= ~ISEQ; /* no longer deferred */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h173 * i_seq. If the controlling lock is dropped, ISEQ must be set to
366 #define ISEQ 0x8000 /* deferred i_seq increase */ macro

Completed in 304 milliseconds