Searched refs:xfs_dir2_leaf_entry (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/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 | 87 struct xfs_dir2_leaf_entry *ents; in xfs_dir3_leaf_check_int() 410 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_block_to_leaf() 501 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_find_stale() 529 struct xfs_dir2_leaf_entry * 532 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_find_entry() 653 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leaf_addname() 941 struct xfs_dir2_leaf_entry *ents; in xfs_dir3_leaf_compact() 989 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_compact_x1() 1111 struct xfs_dir2_leaf_entry *ents; in xfs_dir3_leaf_log_ents() 1185 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leaf_lookup() [all …]
|
D | xfs_da_format.h | 448 typedef struct xfs_dir2_leaf_entry { struct 470 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 | 441 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leafn_add() 540 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leaf_lasthash() 585 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leafn_lookup_for_addname() 737 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leafn_lookup_for_entry() 893 struct xfs_dir2_leaf_entry *sents, in xfs_dir3_leafn_moveents() 897 struct xfs_dir2_leaf_entry *dents, in xfs_dir3_leafn_moveents() 974 struct xfs_dir2_leaf_entry *ents1; in xfs_dir2_leafn_order() 975 struct xfs_dir2_leaf_entry *ents2; in xfs_dir2_leafn_order() 1016 struct xfs_dir2_leaf_entry *ents1; in xfs_dir2_leafn_rebalance() 1017 struct xfs_dir2_leaf_entry *ents2; in xfs_dir2_leafn_rebalance() [all …]
|
D | xfs_da_format.c | 413 (uint)sizeof(struct xfs_dir2_leaf_entry); in xfs_dir2_max_leaf_ents() 416 static struct xfs_dir2_leaf_entry * 426 (uint)sizeof(struct xfs_dir2_leaf_entry); in xfs_dir3_max_leaf_ents() 429 static struct xfs_dir2_leaf_entry *
|
D | xfs_dir2.h | 79 struct xfs_dir2_leaf_entry *
|
D | xfs_dir2_block.c | 165 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_need_space() 278 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_compact() 920 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leaf_to_block()
|
D | xfs_dir2_data.c | 94 ((char *)btp - p) / sizeof(struct xfs_dir2_leaf_entry)) in __xfs_dir3_data_check()
|
D | xfs_da_btree.c | 574 struct xfs_dir2_leaf_entry *ents; in xfs_da3_root_split() 2222 struct xfs_dir2_leaf_entry *ents; in xfs_da3_swap_lastblock()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | dabtree.c | 110 return ents + (rec * sizeof(struct xfs_dir2_leaf_entry)); in xchk_da_btree_entry() 114 return ents + (rec * sizeof(struct xfs_dir2_leaf_entry)); in xchk_da_btree_entry()
|
D | dir.c | 190 struct xfs_dir2_leaf_entry *ent = rec; in xchk_dir_rec() 482 struct xfs_dir2_leaf_entry *ents; in xchk_directory_leaf1_bestfree()
|