Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hpfs/
Dalloc.c503 static int do_trim(struct super_block *s, secno start, unsigned len, secno limit_start, secno limit… in do_trim() function
552 err = do_trim(s, sbi->sb_dirband_start + idx * 4, len * 4, start, end, minlen, result); in hpfs_trim_fs()
573 err = do_trim(s, (start_bmp << 14) + idx, len, start, end, minlen, result); in hpfs_trim_fs()