Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_buf.h22 int xfs_imap_to_bp(struct xfs_mount *mp, struct xfs_trans *tp,
Dxfs_inode_buf.c130 xfs_imap_to_bp( in xfs_imap_to_bp() function
Dxfs_ialloc.c1079 error = xfs_imap_to_bp(pag->pag_mount, tp, &imap, &bp); in xfs_dialloc_check_ino()
/linux-6.12.1/fs/xfs/
Dxfs_iunlink_item.c62 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &ibp); in xfs_iunlink_log_dinode()
Dxfs_inode_item.c174 error = xfs_imap_to_bp(ip->i_mount, tp, &ip->i_imap, &bp); in xfs_inode_item_precommit()
Dxfs_icache.c679 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &bp); in xfs_iget_cache_miss()
/linux-6.12.1/fs/xfs/scrub/
Dialloc_repair.c313 error = xfs_imap_to_bp(mp, sc->tp, &imap, &cluster_bp); in xrep_ibt_process_cluster()
Dialloc.c434 error = xfs_imap_to_bp(mp, bs->cur->bc_tp, &imap, &cluster_bp); in xchk_iallocbt_check_cluster()