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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c735 off_t leof; local
744 leof = fp->ff_size;
798 leof, end + 1, start, (off_t)0, cluster_zero_flags);
805 blks = leof / blocksize;
806 if (((off_t)blks * (off_t)blocksize) != leof)
809 * Shrink the peof to the smallest size neccessary to contain the leof.
812 (void) hfs_truncate(vp, leof, IO_NDELAY, 0, 0, context);

Completed in 20 milliseconds