Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hpfs/
Dalloc.c503 …uct super_block *s, secno start, unsigned len, secno limit_start, secno limit_end, unsigned minlen… in do_trim() argument
512 if (end > limit_end) in do_trim()
513 end = limit_end; in do_trim()