Searched refs:xfs_dir2_data_free (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_dir2_data.c | 22 		struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf,24 		struct xfs_dir2_data_free **bf_ent);
 386 	struct xfs_dir2_data_free	*bf,  in xfs_dir2_data_freefind_verify()
 388 	struct xfs_dir2_data_free	**bf_ent)  in xfs_dir2_data_freefind_verify()
 390 	struct xfs_dir2_data_free	*dfp;  in xfs_dir2_data_freefind_verify()
 445 	struct xfs_dir2_data_free *bf,		/* bestfree table pointer */  in xfs_dir2_data_freefind()
 481 	struct xfs_dir2_data_free *dfp,		/* bestfree table pointer */  in xfs_dir2_data_freeinsert()
 525 	struct xfs_dir2_data_free *bf,		/* bestfree table pointer */  in xfs_dir2_data_freeremove()
 526 	struct xfs_dir2_data_free *dfp,		/* bestfree entry pointer */  in xfs_dir2_data_freeremove()
 572 	struct xfs_dir2_data_free *bf;  in xfs_dir2_data_freescan_int()
 [all …]
 
 | 
| D | xfs_dir2.h | 54 	struct xfs_dir2_data_free *165 extern struct xfs_dir2_data_free *xfs_dir2_data_freefind(
 166 		struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf,
 
 | 
| D | xfs_dir2_priv.h | 42 extern struct xfs_dir2_data_free *44 		struct xfs_dir2_data_free *bf, struct xfs_dir2_data_unused *dup,
 
 | 
| D | xfs_da_format.c | 362 static struct xfs_dir2_data_free *368 static struct xfs_dir2_data_free *
 
 | 
| D | xfs_dir2_leaf.c | 348 	struct xfs_dir2_data_free *bf;  in xfs_dir2_block_to_leaf()579 	struct xfs_dir2_data_free *bf;		/* bestfree table */  in xfs_dir2_leaf_addname()
 1316 	struct xfs_dir2_data_free *bf;		/* bestfree table */  in xfs_dir2_leaf_removename()
 1579 	struct xfs_dir2_data_free *bf = dp->d_ops->data_bestfree_p(hdr);  in xfs_dir2_leaf_trim_data()
 
 | 
| D | xfs_da_format.h | 302 typedef struct xfs_dir2_data_free {  struct
 | 
| D | xfs_dir2_node.c | 1216 	struct xfs_dir2_data_free *bf;		/* bestfree table */  in xfs_dir2_leafn_remove()1628 	struct xfs_dir2_data_free *bf;  in xfs_dir2_node_add_datablk()
 1855 	struct xfs_dir2_data_free *bf;  in xfs_dir2_node_addname_int()
 
 | 
| D | xfs_dir2_block.c | 169 	struct xfs_dir2_data_free	*bf;  in xfs_dir2_block_need_space()
 | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | dir.c | 290 	struct xfs_dir2_data_free	*bf,  in xchk_directory_check_free_entry()293 	struct xfs_dir2_data_free	*dfp;  in xchk_directory_check_free_entry()
 318 	struct xfs_dir2_data_free	*dfp;  in xchk_directory_data_bestfree()
 320 	struct xfs_dir2_data_free	*bf;  in xchk_directory_data_bestfree()
 459 	struct xfs_dir2_data_free	*dfp;  in xchk_directory_check_freesp()
 
 |