Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2.h20 struct xfs_dir2_data_unused;
70 struct xfs_dir2_data_unused *
156 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup);
161 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup,
167 struct xfs_dir2_data_unused *dup);
Dxfs_dir2_data.c23 struct xfs_dir2_data_unused *dup,
387 struct xfs_dir2_data_unused *dup, in xfs_dir2_data_freefind_verify()
446 struct xfs_dir2_data_unused *dup) /* unused space */ in xfs_dir2_data_freefind()
482 struct xfs_dir2_data_unused *dup, /* unused space */ in xfs_dir2_data_freeinsert()
959 struct xfs_dir2_data_unused *dup, in xfs_dir2_data_check_free()
985 struct xfs_dir2_data_unused *newdup) in xfs_dir2_data_check_new_free()
Dxfs_da_format.c381 static struct xfs_dir2_data_unused *
384 return (struct xfs_dir2_data_unused *) in xfs_dir2_data_unused_p()
395 static struct xfs_dir2_data_unused *
398 return (struct xfs_dir2_data_unused *) in xfs_dir3_data_unused_p()
Dxfs_da_format.h366 typedef struct xfs_dir2_data_unused { struct
377 xfs_dir2_data_unused_tag_p(struct xfs_dir2_data_unused *dup) in xfs_dir2_data_unused_tag_p() argument
Dxfs_dir2_priv.h44 struct xfs_dir2_data_free *bf, struct xfs_dir2_data_unused *dup,
Dxfs_dir2_block.c164 struct xfs_dir2_data_unused **dupp, in xfs_dir2_block_need_space()
165 struct xfs_dir2_data_unused **enddupp, in xfs_dir2_block_need_space()
171 struct xfs_dir2_data_unused *dup = NULL; in xfs_dir2_block_need_space()
172 struct xfs_dir2_data_unused *enddup = NULL; in xfs_dir2_block_need_space()
Dxfs_dir2_leaf.c577 struct xfs_dir2_data_unused *dup; /* data unused entry */ in xfs_dir2_leaf_addname()
Dxfs_dir2_node.c1852 struct xfs_dir2_data_unused *dup; /* data unused entry pointer */ in xfs_dir2_node_addname_int()
/Linux-v5.4/fs/xfs/scrub/
Ddir.c244 struct xfs_dir2_data_unused *dup; in xchk_dir_rec()
246 dup = (struct xfs_dir2_data_unused *)p; in xchk_dir_rec()
291 struct xfs_dir2_data_unused *dup) in xchk_directory_check_free_entry()
317 struct xfs_dir2_data_unused *dup; in xchk_directory_data_bestfree()
364 dup = (struct xfs_dir2_data_unused *)(bp->b_addr + offset); in xchk_directory_data_bestfree()
391 dup = (struct xfs_dir2_data_unused *)ptr; in xchk_directory_data_bestfree()