Searched refs:xfs_imap_to_bp (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.h | 22 int xfs_imap_to_bp(struct xfs_mount *mp, struct xfs_trans *tp,
|
H A D | xfs_inode_buf.c | 129 xfs_imap_to_bp( in xfs_imap_to_bp() function
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iunlink_item.c | 62 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &ibp); in xfs_iunlink_log_dinode()
|
H A D | xfs_inode_item.c | 143 error = xfs_imap_to_bp(ip->i_mount, tp, &ip->i_imap, &bp); in xfs_inode_item_precommit()
|
H A D | xfs_icache.c | 635 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &bp); in xfs_iget_cache_miss()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | ialloc.c | 434 error = xfs_imap_to_bp(mp, bs->cur->bc_tp, &imap, &cluster_bp); in xchk_iallocbt_check_cluster()
|