Searched refs:xfs_dir2_leaf_entry (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_dir2_priv.h | 60 		struct xfs_dir2_leaf_entry *ents, int *indexp,75 extern struct xfs_dir2_leaf_entry *
 77 		struct xfs_dir2_leaf_entry *ents, int index, int compact,
 
 | 
| D | xfs_dir2_leaf.c | 84 	struct xfs_dir2_leaf_entry *ents;  in xfs_dir3_leaf_check_int()349 	struct xfs_dir2_leaf_entry *ents;  in xfs_dir2_block_to_leaf()
 440 	struct xfs_dir2_leaf_entry *ents,  in xfs_dir3_leaf_find_stale()
 468 struct xfs_dir2_leaf_entry *
 471 	struct xfs_dir2_leaf_entry *ents,  in xfs_dir3_leaf_find_entry()
 575 	struct xfs_dir2_leaf_entry *lep;	/* leaf entry table pointer */  in xfs_dir2_leaf_addname()
 576 	struct xfs_dir2_leaf_entry *ents;  in xfs_dir2_leaf_addname()
 877 	struct xfs_dir2_leaf_entry *ents;  in xfs_dir3_leaf_compact()
 925 	struct xfs_dir2_leaf_entry *ents,  in xfs_dir3_leaf_compact_x1()
 1047 	struct xfs_dir2_leaf_entry *ents;  in xfs_dir3_leaf_log_ents()
 [all …]
 
 | 
| D | xfs_da_format.h | 448 typedef struct xfs_dir2_leaf_entry {  struct470 	struct xfs_dir2_leaf_entry	__ents[];	/* entries */  argument
 570 static inline struct xfs_dir2_leaf_entry *
 573 	return ((struct xfs_dir2_leaf_entry *)btp) - be32_to_cpu(btp->count);  in xfs_dir2_block_leaf_p()
 
 | 
| D | xfs_dir2_node.c | 431 	struct xfs_dir2_leaf_entry *lep;  in xfs_dir2_leafn_add()432 	struct xfs_dir2_leaf_entry *ents;  in xfs_dir2_leafn_add()
 534 	struct xfs_dir2_leaf_entry *ents;  in xfs_dir2_leaf_lasthash()
 579 	struct xfs_dir2_leaf_entry *ents;  in xfs_dir2_leafn_lookup_for_addname()
 731 	struct xfs_dir2_leaf_entry *ents;  in xfs_dir2_leafn_lookup_for_entry()
 888 	struct xfs_dir2_leaf_entry	*sents,  in xfs_dir3_leafn_moveents()
 892 	struct xfs_dir2_leaf_entry	*dents,  in xfs_dir3_leafn_moveents()
 969 	struct xfs_dir2_leaf_entry *ents1;  in xfs_dir2_leafn_order()
 970 	struct xfs_dir2_leaf_entry *ents2;  in xfs_dir2_leafn_order()
 1011 	struct xfs_dir2_leaf_entry *ents1;  in xfs_dir2_leafn_rebalance()
 [all …]
 
 | 
| D | xfs_da_format.c | 410 		(uint)sizeof(struct xfs_dir2_leaf_entry);  in xfs_dir2_max_leaf_ents()413 static struct xfs_dir2_leaf_entry *
 423 		(uint)sizeof(struct xfs_dir2_leaf_entry);  in xfs_dir3_max_leaf_ents()
 426 static struct xfs_dir2_leaf_entry *
 
 | 
| D | xfs_dir2.h | 79 	struct xfs_dir2_leaf_entry *
 | 
| D | xfs_dir2_block.c | 162 	struct xfs_dir2_leaf_entry	*blp,  in xfs_dir2_block_need_space()275 	struct xfs_dir2_leaf_entry	*blp,  in xfs_dir2_block_compact()
 917 	struct xfs_dir2_leaf_entry *ents;  in xfs_dir2_leaf_to_block()
 
 | 
| D | xfs_dir2_data.c | 90 		    ((char *)btp - p) / sizeof(struct xfs_dir2_leaf_entry))  in __xfs_dir3_data_check()
 | 
| D | xfs_da_btree.c | 592 		struct xfs_dir2_leaf_entry *ents;  in xfs_da3_root_split()2240 		struct xfs_dir2_leaf_entry *ents;  in xfs_da3_swap_lastblock()
 
 | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | dabtree.c | 102 		return ents + (rec * sizeof(struct xfs_dir2_leaf_entry));  in xchk_da_btree_entry()106 		return ents + (rec * sizeof(struct xfs_dir2_leaf_entry));  in xchk_da_btree_entry()
 
 | 
| D | dir.c | 186 	struct xfs_dir2_leaf_entry	*ent = rec;  in xchk_dir_rec()478 	struct xfs_dir2_leaf_entry	*ents;  in xchk_directory_leaf1_bestfree()
 
 |