Lines Matching defs:dup
260 struct xfs_dir2_data_unused *dup = bp->b_addr + iter_off;
267 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) {
268 iter_off += be16_to_cpu(dup->length);
306 struct xfs_dir2_data_unused *dup)
311 dup_length = be16_to_cpu(dup->length);
332 struct xfs_dir2_data_unused *dup;
375 dup = bp->b_addr + offset;
376 tag = be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup));
379 if (dup->freetag != cpu_to_be16(XFS_DIR2_DATA_FREE_TAG) ||
380 be16_to_cpu(dup->length) != be16_to_cpu(dfp->length) ||
402 dup = bp->b_addr + offset;
405 if (dup->freetag != cpu_to_be16(XFS_DIR2_DATA_FREE_TAG)) {
419 tag = be16_to_cpu(*xfs_dir2_data_unused_tag_p(dup));
429 xchk_directory_check_free_entry(sc, lblk, bf, dup);
434 newlen = be16_to_cpu(dup->length);