Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_inode_buf.h50 int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *,
Dxfs_trans_inode.c167 error = xfs_imap_to_bp(ip->i_mount, tp, &ip->i_imap, NULL, in xfs_trans_log_inode()
Dxfs_inode_buf.c134 xfs_imap_to_bp( in xfs_imap_to_bp() function
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dialloc.c281 error = xfs_imap_to_bp(mp, bs->cur->bc_tp, &imap, &dip, &cluster_bp, 0); in xchk_iallocbt_check_cluster()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_icache.c512 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &bp, 0); in xfs_iget_cache_miss()
Dxfs_inode.c2182 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, 0); in xfs_iunlink_update_inode()
2309 error = xfs_imap_to_bp(mp, tp, imap, dipp, bpp, 0); in xfs_iunlink_map_ino()
Dxfs_log_recover.c2687 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0); in xlog_recover_process_one_iunlink()