Home
last modified time | relevance | path

Searched refs:start_bmp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hpfs/
H A Dalloc.c529 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()
/kernel/linux/linux-6.6/fs/hpfs/
H A Dalloc.c529 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()

Completed in 3 milliseconds