Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddir.c340 unsigned int smallest_bestfree; in xchk_directory_data_bestfree() local
366 smallest_bestfree = UINT_MAX; in xchk_directory_data_bestfree()
387 if (smallest_bestfree < be16_to_cpu(dfp->length)) { in xchk_directory_data_bestfree()
392 smallest_bestfree = be16_to_cpu(dfp->length); in xchk_directory_data_bestfree()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddir.c306 unsigned int smallest_bestfree; in xchk_directory_data_bestfree() local
332 smallest_bestfree = UINT_MAX; in xchk_directory_data_bestfree()
353 if (smallest_bestfree < be16_to_cpu(dfp->length)) { in xchk_directory_data_bestfree()
358 smallest_bestfree = be16_to_cpu(dfp->length); in xchk_directory_data_bestfree()

Completed in 2 milliseconds