HomeSort by: relevance | last modified time | path
    Searched defs:numextents (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/efs/
efs_subr.c 419 int i, err, numextents, numinextents; local in function:efs_extent_iterator_init
481 numextents = 0;
501 next += numextents;
504 numextents = ex.ex_length * EFS_EXTENTS_PER_BB;
505 numextents = MIN(numextents, eip->ei_numextents - next);
519 hi = numextents - 1;
  /src/sys/fs/hfs/
hfs_vnops.c 734 uint16_t numextents, i; local in function:hfs_vop_bmap
756 numextents = hfslib_get_file_extents(&hp->h_hmp->hm_vol,
760 if (numextents == 0)
763 for (i = 0; i < numextents; i++) {
769 if (i == numextents) {
libhfs.c 557 uint16_t numextents; local in function:hfslib_find_catalog_record_with_key
583 numextents = hfslib_get_file_extents(in_vol, HFS_CNID_CATALOG,
585 if (numextents == 0)
603 extents, numextents, cbargs) != 0)
698 uint16_t numextents; local in function:hfslib_find_extent_record_with_key
716 numextents = hfslib_get_file_extents(in_vol, HFS_CNID_EXTENTS,
718 if (numextents == 0)
730 numextents, cbargs) != 0)
793 uint16_t numextents, n; local in function:hfslib_get_file_extents
849 numextents = 0
935 uint16_t numextents; local in function:hfslib_get_directory_contents
    [all...]

Completed in 14 milliseconds