Searched refs:xfs_imap_to_bp (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/fs/xfs/libxfs/ |
D | xfs_inode_buf.h | 22 int xfs_imap_to_bp(struct xfs_mount *mp, struct xfs_trans *tp,
|
D | xfs_trans_inode.c | 182 error = xfs_imap_to_bp(ip->i_mount, tp, &ip->i_imap, &bp); in xfs_trans_log_inode()
|
D | xfs_inode_buf.c | 130 xfs_imap_to_bp( in xfs_imap_to_bp() function
|
/Linux-v5.15/fs/xfs/scrub/ |
D | ialloc.c | 280 error = xfs_imap_to_bp(mp, bs->cur->bc_tp, &imap, &cluster_bp); in xchk_iallocbt_check_cluster()
|
/Linux-v5.15/fs/xfs/ |
D | xfs_inode.c | 2112 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &ibp); in xfs_iunlink_update_inode() 2246 error = xfs_imap_to_bp(mp, tp, imap, bpp); in xfs_iunlink_map_ino()
|
D | xfs_icache.c | 620 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &bp); in xfs_iget_cache_miss()
|
D | xfs_log_recover.c | 2715 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &ibp); in xlog_recover_process_one_iunlink()
|