Symbol: xfs_dir2_leaf_entry
fs/xfs/libxfs/xfs_da_btree.c
2503
struct xfs_dir2_leaf_entry *ents;
fs/xfs/libxfs/xfs_da_format.h
461
struct xfs_dir2_leaf_entry __ents[]; /* entries */
fs/xfs/libxfs/xfs_da_format.h
548
static inline struct xfs_dir2_leaf_entry *
fs/xfs/libxfs/xfs_da_format.h
551
return ((struct xfs_dir2_leaf_entry *)btp) - be32_to_cpu(btp->count);
fs/xfs/libxfs/xfs_dir2.c
149
sizeof(struct xfs_dir2_leaf_entry);
fs/xfs/libxfs/xfs_dir2_block.c
198
struct xfs_dir2_leaf_entry *blp,
fs/xfs/libxfs/xfs_dir2_block.c
311
struct xfs_dir2_leaf_entry *blp,
fs/xfs/libxfs/xfs_dir2_data.c
90
sizeof(struct xfs_dir2_leaf_entry);
fs/xfs/libxfs/xfs_dir2_leaf.c
1028
struct xfs_dir2_leaf_entry *ents,
fs/xfs/libxfs/xfs_dir2_leaf.c
497
be32_to_cpu(btp->count) * sizeof(struct xfs_dir2_leaf_entry));
fs/xfs/libxfs/xfs_dir2_leaf.c
543
struct xfs_dir2_leaf_entry *ents,
fs/xfs/libxfs/xfs_dir2_leaf.c
571
struct xfs_dir2_leaf_entry *
fs/xfs/libxfs/xfs_dir2_leaf.c
574
struct xfs_dir2_leaf_entry *ents,
fs/xfs/libxfs/xfs_dir2_leaf.c
678
struct xfs_dir2_leaf_entry *lep; /* leaf entry table pointer */
fs/xfs/libxfs/xfs_dir2_leaf.c
679
struct xfs_dir2_leaf_entry *ents;
fs/xfs/libxfs/xfs_dir2_node.c
1045
struct xfs_dir2_leaf_entry *ents1;
fs/xfs/libxfs/xfs_dir2_node.c
1046
struct xfs_dir2_leaf_entry *ents2;
fs/xfs/libxfs/xfs_dir2_node.c
1087
struct xfs_dir2_leaf_entry *ents1;
fs/xfs/libxfs/xfs_dir2_node.c
1088
struct xfs_dir2_leaf_entry *ents2;
fs/xfs/libxfs/xfs_dir2_node.c
1509
struct xfs_dir2_leaf_entry *ents;
fs/xfs/libxfs/xfs_dir2_node.c
1635
struct xfs_dir2_leaf_entry *sents;
fs/xfs/libxfs/xfs_dir2_node.c
1636
struct xfs_dir2_leaf_entry *dents;
fs/xfs/libxfs/xfs_dir2_node.c
508
struct xfs_dir2_leaf_entry *lep;
fs/xfs/libxfs/xfs_dir2_node.c
509
struct xfs_dir2_leaf_entry *ents;
fs/xfs/libxfs/xfs_dir2_node.c
963
struct xfs_dir2_leaf_entry *sents,
fs/xfs/libxfs/xfs_dir2_node.c
967
struct xfs_dir2_leaf_entry *dents,
fs/xfs/libxfs/xfs_dir2_priv.h
108
struct xfs_dir2_leaf_entry *ents, int *indexp,
fs/xfs/libxfs/xfs_dir2_priv.h
124
extern struct xfs_dir2_leaf_entry *
fs/xfs/libxfs/xfs_dir2_priv.h
126
struct xfs_dir2_leaf_entry *ents, int index, int compact,
fs/xfs/libxfs/xfs_dir2_priv.h
26
struct xfs_dir2_leaf_entry *ents;
fs/xfs/libxfs/xfs_ondisk.h
125
XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_leaf_entry, 8);
fs/xfs/scrub/dir.c
327
struct xfs_dir2_leaf_entry *ent;