Searched refs:xfs_dir2_block_tail_p (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 374 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_addname() 578 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_leaf() 595 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_tail() 628 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_lookup() 681 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_lookup_int() 784 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_removename() 858 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_replace() 1000 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_leaf_to_block() 1140 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_sf_to_block()
|
D | xfs_dir2_data.c | 81 btp = xfs_dir2_block_tail_p(geo, hdr); in __xfs_dir3_data_check() 533 btp = xfs_dir2_block_tail_p(geo, hdr); in xfs_dir2_data_freescan() 747 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_data_make_free()
|
D | xfs_dir2.h | 306 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() 196 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_to_sf()
|
D | xfs_dir2_leaf.c | 416 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_to_leaf()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_dir2_readdir.c | 195 btp = xfs_dir2_block_tail_p(geo, hdr); in xfs_dir2_block_getdents()
|