Lines Matching refs:dup
141 xfs_dir2_data_unused_t *dup; /* block unused entry */ in xfs_dir2_block_getdents() local
182 dup = (xfs_dir2_data_unused_t *)ptr; in xfs_dir2_block_getdents()
186 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xfs_dir2_block_getdents()
187 ptr += be16_to_cpu(dup->length); in xfs_dir2_block_getdents()
349 xfs_dir2_data_unused_t *dup; /* unused entry */ in xfs_dir2_leaf_getdents() local
413 dup = (xfs_dir2_data_unused_t *)ptr; in xfs_dir2_leaf_getdents()
415 if (be16_to_cpu(dup->freetag) in xfs_dir2_leaf_getdents()
418 length = be16_to_cpu(dup->length); in xfs_dir2_leaf_getdents()
443 dup = (xfs_dir2_data_unused_t *)ptr; in xfs_dir2_leaf_getdents()
447 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xfs_dir2_leaf_getdents()
448 length = be16_to_cpu(dup->length); in xfs_dir2_leaf_getdents()