Searched refs:xfs_dir2_data_unused (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.h | 20 struct xfs_dir2_data_unused; 76 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup); 81 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup, 87 struct xfs_dir2_data_unused *dup);
|
H A D | xfs_dir2_data.c | 24 struct xfs_dir2_data_unused *dup, 178 struct xfs_dir2_data_unused *dup = bp->b_addr + offset; in __xfs_dir3_data_check() 482 struct xfs_dir2_data_unused *dup, in xfs_dir2_data_freefind_verify() 541 struct xfs_dir2_data_unused *dup) /* unused space */ in xfs_dir2_data_freefind() 577 struct xfs_dir2_data_unused *dup, /* unused space */ in xfs_dir2_data_freeinsert() 683 struct xfs_dir2_data_unused *dup = addr + offset; in xfs_dir2_data_freescan() 722 struct xfs_dir2_data_unused *dup; in xfs_dir3_data_init() 1033 struct xfs_dir2_data_unused *dup, in xfs_dir2_data_check_free() 1059 struct xfs_dir2_data_unused *newdup) in xfs_dir2_data_check_new_free()
|
H A D | xfs_da_format.h | 354 typedef struct xfs_dir2_data_unused { struct 365 xfs_dir2_data_unused_tag_p(struct xfs_dir2_data_unused *dup) in xfs_dir2_data_unused_tag_p() argument
|
H A D | xfs_dir2_block.c | 193 struct xfs_dir2_data_unused **dupp, in xfs_dir2_block_need_space() 194 struct xfs_dir2_data_unused **enddupp, in xfs_dir2_block_need_space() 200 struct xfs_dir2_data_unused *dup = NULL; in xfs_dir2_block_need_space() 201 struct xfs_dir2_data_unused *enddup = NULL; in xfs_dir2_block_need_space()
|
H A D | xfs_dir2_priv.h | 87 struct xfs_dir2_data_free *bf, struct xfs_dir2_data_unused *dup,
|
H A D | xfs_dir2_sf.c | 289 struct xfs_dir2_data_unused *dup = bp->b_addr + offset; in xfs_dir2_block_to_sf()
|
H A D | xfs_dir2_leaf.c | 629 struct xfs_dir2_data_unused *dup; /* data unused entry */ in xfs_dir2_leaf_addname()
|
H A D | xfs_dir2_node.c | 1898 struct xfs_dir2_data_unused *dup; /* data unused entry pointer */ in xfs_dir2_node_addname_int()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | readdir.c | 112 struct xfs_dir2_data_unused *dup = bp->b_addr + off; in xchk_dir_walk_block() 201 struct xfs_dir2_data_unused *dup; in xchk_dir_walk_leaf()
|
H A D | dir.c | 222 struct xfs_dir2_data_unused *dup = bp->b_addr + iter_off; in xchk_dir_rec() 272 struct xfs_dir2_data_unused *dup) in xchk_directory_check_free_entry() 298 struct xfs_dir2_data_unused *dup; in xchk_directory_data_bestfree()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 181 struct xfs_dir2_data_unused *dup = bp->b_addr + offset; in xfs_dir2_block_getdents()
|