Home
last modified time | relevance | path

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

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