Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_block.c201 struct xfs_dir2_data_unused *enddup = NULL; in xfs_dir2_block_need_space() local
251 enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space()
258 if (be16_to_cpu(enddup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xfs_dir2_block_need_space()
264 if (dup != enddup) { in xfs_dir2_block_need_space()
290 *enddupp = enddup; in xfs_dir2_block_need_space()
362 xfs_dir2_data_unused_t *enddup=NULL; /* unused at end of data */ in xfs_dir2_block_addname() local
401 &enddup, &compact, len); in xfs_dir2_block_addname()
465 * No stale entries, will use enddup space to hold new leaf. in xfs_dir2_block_addname()
473 aoff = (xfs_dir2_data_aoff_t)((char *)enddup - (char *)hdr + in xfs_dir2_block_addname()
474 be16_to_cpu(enddup in xfs_dir2_block_addname()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_block.c201 struct xfs_dir2_data_unused *enddup = NULL; in xfs_dir2_block_need_space() local
251 enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space()
258 if (be16_to_cpu(enddup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xfs_dir2_block_need_space()
264 if (dup != enddup) { in xfs_dir2_block_need_space()
290 *enddupp = enddup; in xfs_dir2_block_need_space()
362 xfs_dir2_data_unused_t *enddup=NULL; /* unused at end of data */ in xfs_dir2_block_addname() local
401 &enddup, &compact, len); in xfs_dir2_block_addname()
465 * No stale entries, will use enddup space to hold new leaf. in xfs_dir2_block_addname()
473 aoff = (xfs_dir2_data_aoff_t)((char *)enddup - (char *)hdr + in xfs_dir2_block_addname()
474 be16_to_cpu(enddup in xfs_dir2_block_addname()
[all...]

Completed in 2 milliseconds