Lines Matching refs:hdr
44 int (*sf_entsize)(struct xfs_dir2_sf_hdr *hdr, int len);
46 (*sf_nextentry)(struct xfs_dir2_sf_hdr *hdr,
51 xfs_ino_t (*sf_get_ino)(struct xfs_dir2_sf_hdr *hdr,
53 void (*sf_put_ino)(struct xfs_dir2_sf_hdr *hdr,
56 xfs_ino_t (*sf_get_parent_ino)(struct xfs_dir2_sf_hdr *hdr);
57 void (*sf_put_parent_ino)(struct xfs_dir2_sf_hdr *hdr,
66 (*data_bestfree_p)(struct xfs_dir2_data_hdr *hdr);
74 (*data_dot_entry_p)(struct xfs_dir2_data_hdr *hdr);
76 (*data_dotdot_entry_p)(struct xfs_dir2_data_hdr *hdr);
78 (*data_first_entry_p)(struct xfs_dir2_data_hdr *hdr);
80 (*data_entry_p)(struct xfs_dir2_data_hdr *hdr);
82 (*data_unused_p)(struct xfs_dir2_data_hdr *hdr);
161 struct xfs_dir2_data_hdr *hdr, int *loghead);
177 struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf,
306 xfs_dir2_block_tail_p(struct xfs_da_geometry *geo, struct xfs_dir2_data_hdr *hdr) in xfs_dir2_block_tail_p() argument
309 ((char *)hdr + geo->blksize)) - 1; in xfs_dir2_block_tail_p()