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

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.h127 doff_t i_endoff; /* end of useful stuff in directory */ member in struct:iso_node
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dinode.h112 doff_t i_endoff; /* End of useful stuff in directory. */ member in struct:inode
H A Dufs_lookup.c420 dp->i_endoff = roundup(enduseful, DIRBLKSIZ);
792 if (!error && dp->i_endoff && dp->i_endoff < dp->i_size)
793 error = ffs_truncate_internal(dvp, (off_t)dp->i_endoff, IO_SYNC, vfs_context_ucred(ctx));

Completed in 29 milliseconds