Home
last modified time | relevance | path

Searched refs:fi_ifile_length (Results 1 – 2 of 2) sorted by relevance

/original-bsd/libexec/lfs_cleanerd/
H A Dlibrary.c169 if (use_mmap && file_stat.st_size == fsp->fi_ifile_length) {
177 munmap((caddr_t)fsp->fi_cip, fsp->fi_ifile_length);
199 fsp->fi_ifile_length = file_stat.st_size;
212 fsp->fi_ifile_count = (fsp->fi_ifile_length >> fsp->fi_lfs.lfs_bshift -
H A Dclean.h56 off_t fi_ifile_length; /* length of the ifile */ member