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

/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_dir2_block.c182 struct xfs_dir2_data_unused *enddup = NULL; xfs_dir2_block_need_space() local
232 enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); xfs_dir2_block_need_space()
239 if (be16_to_cpu(enddup->freetag) == XFS_DIR2_DATA_FREE_TAG) { xfs_dir2_block_need_space()
245 if (dup != enddup) { xfs_dir2_block_need_space()
271 *enddupp = enddup; xfs_dir2_block_need_space()
343 xfs_dir2_data_unused_t *enddup=NULL; /* unused at end of data */ xfs_dir2_block_addname() local
382 &enddup, &compact, len); xfs_dir2_block_addname()
446 * No stale entries, will use enddup space to hold new leaf. xfs_dir2_block_addname()
452 xfs_dir2_data_use_free(args, bp, enddup, xfs_dir2_block_addname()
454 ((char *)enddup - (char *)hdr + be16_to_cpu(enddup->length) - xfs_dir2_block_addname()

Completed in 73 milliseconds