Home
last modified time | relevance | path

Searched refs:newdup2 (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_data.c1014 xfs_dir2_data_unused_t *newdup2; /* another new unused entry */ in xfs_dir2_data_use_free() local
1119 newdup2 = (xfs_dir2_data_unused_t *)((char *)hdr + offset + len); in xfs_dir2_data_use_free()
1120 newdup2->freetag = cpu_to_be16(XFS_DIR2_DATA_FREE_TAG); in xfs_dir2_data_use_free()
1121 newdup2->length = cpu_to_be16(oldlen - len - be16_to_cpu(newdup->length)); in xfs_dir2_data_use_free()
1122 *xfs_dir2_data_unused_tag_p(newdup2) = in xfs_dir2_data_use_free()
1123 cpu_to_be16((char *)newdup2 - (char *)hdr); in xfs_dir2_data_use_free()
1124 xfs_dir2_data_log_unused(args, bp, newdup2); in xfs_dir2_data_use_free()
1140 xfs_dir2_data_freeinsert(hdr, bf, newdup2, in xfs_dir2_data_use_free()