Home
last modified time | relevance | path

Searched refs:xfs_dir2_leaf_entry (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_priv.h60 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,
Dxfs_dir2_leaf.c87 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 …]
Dxfs_da_format.h448 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()
Dxfs_dir2_node.c441 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 …]
Dxfs_da_format.c413 (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 *
Dxfs_dir2.h79 struct xfs_dir2_leaf_entry *
Dxfs_dir2_block.c165 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()
Dxfs_dir2_data.c94 ((char *)btp - p) / sizeof(struct xfs_dir2_leaf_entry)) in __xfs_dir3_data_check()
Dxfs_da_btree.c574 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/
Ddabtree.c110 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()
Ddir.c190 struct xfs_dir2_leaf_entry *ent = rec; in xchk_dir_rec()
482 struct xfs_dir2_leaf_entry *ents; in xchk_directory_leaf1_bestfree()