Searched refs:xfs_dir2_data_unused (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/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 | 23 		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()
 
 | 
| D | xfs_da_format.c | 381 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()
 
 | 
| D | xfs_da_format.h | 366 typedef struct xfs_dir2_data_unused {  struct377 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 | 164 	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()
 
 | 
| D | xfs_dir2_leaf.c | 577 	struct xfs_dir2_data_unused *dup;	/* data unused entry */  in xfs_dir2_leaf_addname()
 | 
| D | xfs_dir2_node.c | 1852 	struct xfs_dir2_data_unused *dup;	/* data unused entry pointer */  in xfs_dir2_node_addname_int()
 | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | dir.c | 244 		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()
 
 |