Searched refs:xfs_dir2_block_tail_p (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 378 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_addname() 582 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_leaf() 599 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_tail() 632 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_lookup() 685 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_lookup_int() 788 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_removename() 862 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_replace() 1004 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_leaf_to_block() 1144 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_sf_to_block()
|
D | xfs_dir2_data.c | 82 btp = xfs_dir2_block_tail_p(geo, hdr); in __xfs_dir3_data_check() 538 btp = xfs_dir2_block_tail_p(geo, hdr); in xfs_dir2_data_freescan() 752 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_data_make_free()
|
D | xfs_dir2.h | 308 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_sf.c | 93 btp = xfs_dir2_block_tail_p(geo, hdr); in xfs_dir2_block_sfsize() 195 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_to_sf()
|
D | xfs_dir2_leaf.c | 421 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_to_leaf()
|
/fs/xfs/ |
D | xfs_dir2_readdir.c | 188 btp = xfs_dir2_block_tail_p(geo, hdr); in xfs_dir2_block_getdents()
|