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

/linux-master/fs/hpfs/
H A Dalloc.c503 static int do_trim(struct super_block *s, secno start, unsigned len, secno limit_start, secno limit_end, unsigned minlen, unsigned *result) argument
510 if (start < limit_start)
511 start = limit_start;

Completed in 135 milliseconds