Searched refs:xfs_dir2_block_tail_p (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 400 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_addname() 610 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_leaf() 627 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_tail() 660 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_lookup() 711 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_lookup_int() 814 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_removename() 889 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_replace() 1032 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_leaf_to_block() 1160 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_sf_to_block()
|
D | xfs_dir2.h | 247 xfs_dir2_block_tail_p(struct xfs_da_geometry *geo, struct xfs_dir2_data_hdr *hdr) in xfs_dir2_block_tail_p() function
|
D | xfs_dir2_data.c | 133 btp = xfs_dir2_block_tail_p(geo, hdr); in __xfs_dir3_data_check() 1243 p = xfs_dir2_block_leaf_p(xfs_dir2_block_tail_p(geo, hdr)); in xfs_dir3_data_end_offset()
|
D | xfs_dir2_sf.c | 198 btp = xfs_dir2_block_tail_p(geo, hdr); in xfs_dir2_block_sfsize()
|
D | xfs_dir2_leaf.c | 479 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_to_leaf()
|