Searched refs:start_bmp (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/hpfs/ |
D | alloc.c | 528 unsigned idx, len, start_bmp, end_bmp; in hpfs_trim_fs() local 558 start_bmp = start >> 14; in hpfs_trim_fs() 560 while (start_bmp < end_bmp && !err) { in hpfs_trim_fs() 566 if (!(bmp = hpfs_map_bitmap(s, start_bmp, &qbh, "trim"))) { in hpfs_trim_fs() 572 err = do_trim(s, (start_bmp << 14) + idx, len, start, end, minlen, result); in hpfs_trim_fs() 578 start_bmp++; in hpfs_trim_fs()
|