Searched refs:start_bmp (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/hpfs/ |
D | alloc.c | 529 unsigned idx, len, start_bmp, end_bmp; in hpfs_trim_fs() local 559 start_bmp = start >> 14; in hpfs_trim_fs() 561 while (start_bmp < end_bmp && !err) { in hpfs_trim_fs() 567 if (!(bmp = hpfs_map_bitmap(s, start_bmp, &qbh, "trim"))) { in hpfs_trim_fs() 573 err = do_trim(s, (start_bmp << 14) + idx, len, start, end, minlen, result); in hpfs_trim_fs() 579 start_bmp++; in hpfs_trim_fs()
|