HomeSort by: relevance | last modified time | path
    Searched refs:file_sz (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/base/
bsearch.c 91 size_t file_sz; /* file size */ member in struct:bsearch_file_handle
416 new_bfh->file_sz = st.st_size;
492 *blockwise = (bfh->file_sz != bfh->cache_sz);
616 expected = ((bfh->file_sz - off) > wanted) ? wanted : bfh->file_sz - off;
636 expected = ((bfh->file_sz - off) > wanted) ? wanted : bfh->file_sz - off;
720 if (bfh->file_sz == bfh->cache_sz)
726 r = (bfh->file_sz / bfh->page_sz) + 1;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c 268 uint64_t file_sz; local
272 file_sz = zp->z_size;
273 if (noff >= file_sz) {
294 if (noff > file_sz) {
296 noff = file_sz;

Completed in 31 milliseconds