Searched refs:IFALLOCATE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h372 #define IFALLOCATE 0x0002 /* fallocate'd file */ macro
812 ((ip)->i_cflags & IFALLOCATE && (bn) != UFS_HOLE))
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass1.c637 if (dp->di_cflags & IFALLOCATE && fragno < 0)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1549 * Successfully fallocated files will have IFALLOCATE cflag set in the inode.
1718 ip->i_cflags |= IFALLOCATE;
1767 ip->i_cflags |= IFALLOCATE;

Completed in 66 milliseconds