Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddir.c309 unsigned int dup_length; in xchk_directory_check_free_entry() local
311 dup_length = be16_to_cpu(dup->length); in xchk_directory_check_free_entry()
314 if (dup_length < be16_to_cpu(bf[XFS_DIR2_DATA_FD_COUNT - 1].length)) in xchk_directory_check_free_entry()
318 if (dup_length == be16_to_cpu(dfp->length)) in xchk_directory_check_free_entry()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddir.c275 unsigned int dup_length; in xchk_directory_check_free_entry() local
277 dup_length = be16_to_cpu(dup->length); in xchk_directory_check_free_entry()
280 if (dup_length < be16_to_cpu(bf[XFS_DIR2_DATA_FD_COUNT - 1].length)) in xchk_directory_check_free_entry()
284 if (dup_length == be16_to_cpu(dfp->length)) in xchk_directory_check_free_entry()

Completed in 3 milliseconds