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

/freebsd-13-stable/sys/ufs/ufs/
H A Dinode.h155 #define IN_ENDOFF 0x2000 /* Free space at the end of directory, macro
H A Dufs_lookup.c1115 I_ENDOFF(dp) != 0 && I_ENDOFF(dp) < dp->i_size ? IN_ENDOFF : 0));
H A Dufs_vnops.c1686 UFS_INODE_SET_FLAG(tdp, IN_ENDOFF);
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_vnops.c597 (ip->i_flag & IN_ENDOFF) == 0,
2004 if ((dp->i_flag & (IN_NEEDSYNC | IN_ENDOFF)) == 0) {
2029 if ((dp->i_flag & IN_ENDOFF) != 0) {
2031 ("IN_ENDOFF set but I_ENDOFF() is not"));
2032 dp->i_flag &= ~IN_ENDOFF;
2039 "IN_ENDOFF: failed to truncate, "

Completed in 151 milliseconds