Searched refs:i_cflags (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h303 #define i_cflags i_ic.ic_flags macro
812 ((ip)->i_cflags & IFALLOCATE && (bn) != UFS_HOLE))
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c703 ip->i_cflags |= ICOMPRESS;
H A Dufs_alloc.c1718 ip->i_cflags |= IFALLOCATE;
1767 ip->i_cflags |= IFALLOCATE;
H A Dufs_thread.c398 ip->i_cflags = 0;
H A Dufs_dir.c2284 ip->i_cflags |= IXATTR;
3263 ip->i_cflags |= IXATTR;
H A Dufs_inode.c362 ip->i_cflags = 0;
H A Dufs_vnops.c2754 if ((ip->i_cflags & IXATTR)) {
2882 } else if (ip->i_cflags & ICOMPRESS) {
3296 if (((isdev == 0) && ((VTOI(svp)->i_cflags & IXATTR) == 0) &&
3298 ((isdev == 0) && (VTOI(svp)->i_cflags & IXATTR) &&

Completed in 106 milliseconds