Searched refs:xfs_imap_to_bp (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.h14 * xfs_imap_to_bp() to get a buffer and dinode for a given inode.
22 int xfs_imap_to_bp(struct xfs_mount *mp, struct xfs_trans *tp,
H A Dxfs_inode_buf.c130 xfs_imap_to_bp( function
/linux-master/fs/xfs/
H A Dxfs_iunlink_item.c62 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &ibp);
H A Dxfs_inode_item.c144 error = xfs_imap_to_bp(ip->i_mount, tp, &ip->i_imap, &bp);
H A Dxfs_icache.c642 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &bp);
/linux-master/fs/xfs/scrub/
H A Dialloc.c434 error = xfs_imap_to_bp(mp, bs->cur->bc_tp, &imap, &cluster_bp);
H A Dialloc_repair.c313 error = xfs_imap_to_bp(mp, sc->tp, &imap, &cluster_bp);

Completed in 134 milliseconds