Lines Matching refs:dfp
322 struct xfs_dir2_data_free *dfp; in xchk_directory_check_free_entry() local
331 for (dfp = &bf[XFS_DIR2_DATA_FD_COUNT - 1]; dfp >= bf; dfp--) in xchk_directory_check_free_entry()
332 if (dup_length == be16_to_cpu(dfp->length)) in xchk_directory_check_free_entry()
347 struct xfs_dir2_data_free *dfp; in xchk_directory_data_bestfree() local
381 for (dfp = &bf[0]; dfp < &bf[XFS_DIR2_DATA_FD_COUNT]; dfp++) { in xchk_directory_data_bestfree()
382 offset = be16_to_cpu(dfp->offset); in xchk_directory_data_bestfree()
394 be16_to_cpu(dup->length) != be16_to_cpu(dfp->length) || in xchk_directory_data_bestfree()
401 if (smallest_bestfree < be16_to_cpu(dfp->length)) { in xchk_directory_data_bestfree()
406 smallest_bestfree = be16_to_cpu(dfp->length); in xchk_directory_data_bestfree()
484 struct xfs_dir2_data_free *dfp; in xchk_directory_check_freesp() local
486 dfp = xfs_dir2_data_bestfree_p(sc->mp, dbp->b_addr); in xchk_directory_check_freesp()
488 if (len != be16_to_cpu(dfp->length)) in xchk_directory_check_freesp()
491 if (len > 0 && be16_to_cpu(dfp->offset) == 0) in xchk_directory_check_freesp()