Home
last modified time | relevance | path

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

/external/syslinux/core/fs/ufs/
Dbmap.c50 uint32_t skip = blk ? FRAGMENTS_PER_BLK : 0; in scan_set_nblocks()
76 ufs_debug("[scan] end blk: %u\n", next - FRAGMENTS_PER_BLK); in scan_set_nblocks()
Dufs.h47 #define FRAGMENTS_PER_BLK 8 macro