Searched refs:xfs_dir2_data_unused (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_dir2.h | 20 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);
|
D | xfs_dir2_data.c | 26 struct xfs_dir2_data_unused *dup, 389 struct xfs_dir2_data_unused *dup, in xfs_dir2_data_freefind_verify() 448 struct xfs_dir2_data_unused *dup) /* unused space */ in xfs_dir2_data_freefind() 484 struct xfs_dir2_data_unused *dup, /* unused space */ in xfs_dir2_data_freeinsert() 961 struct xfs_dir2_data_unused *dup, in xfs_dir2_data_check_free() 987 struct xfs_dir2_data_unused *newdup) in xfs_dir2_data_check_new_free()
|
D | xfs_da_format.c | 384 static struct xfs_dir2_data_unused * 387 return (struct xfs_dir2_data_unused *) in xfs_dir2_data_unused_p() 398 static struct xfs_dir2_data_unused * 401 return (struct xfs_dir2_data_unused *) in xfs_dir3_data_unused_p()
|
D | xfs_da_format.h | 366 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
|
D | xfs_dir2_priv.h | 44 struct xfs_dir2_data_free *bf, struct xfs_dir2_data_unused *dup,
|
D | xfs_dir2_block.c | 167 struct xfs_dir2_data_unused **dupp, in xfs_dir2_block_need_space() 168 struct xfs_dir2_data_unused **enddupp, in xfs_dir2_block_need_space() 174 struct xfs_dir2_data_unused *dup = NULL; in xfs_dir2_block_need_space() 175 struct xfs_dir2_data_unused *enddup = NULL; in xfs_dir2_block_need_space()
|
/linux-4.19.296/fs/xfs/scrub/ |
D | dir.c | 251 struct xfs_dir2_data_unused *dup; in xchk_dir_rec() 253 dup = (struct xfs_dir2_data_unused *)p; in xchk_dir_rec() 298 struct xfs_dir2_data_unused *dup) in xchk_directory_check_free_entry() 324 struct xfs_dir2_data_unused *dup; in xchk_directory_data_bestfree() 371 dup = (struct xfs_dir2_data_unused *)(bp->b_addr + offset); in xchk_directory_data_bestfree() 398 dup = (struct xfs_dir2_data_unused *)ptr; in xchk_directory_data_bestfree()
|