Searched refs:xfs_imap_to_bp (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.h | 42 * xfs_imap_to_bp() to get a buffer and dinode for a given inode. 50 int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *,
|
H A D | xfs_trans_inode.c | 167 error = xfs_imap_to_bp(ip->i_mount, tp, &ip->i_imap, NULL, in xfs_trans_log_inode()
|
H A D | xfs_inode_buf.c | 134 xfs_imap_to_bp( in xfs_imap_to_bp() function
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.h | 14 * 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 D | xfs_inode_buf.c | 129 xfs_imap_to_bp( in xfs_imap_to_bp() function
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | ialloc.c | 281 error = xfs_imap_to_bp(mp, bs->cur->bc_tp, &imap, &dip, &cluster_bp, 0); in xchk_iallocbt_check_cluster()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_inode.c | 2182 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() 2311 xfs_warn(mp, "%s: xfs_imap_to_bp returned error %d.", in xfs_iunlink_map_ino()
|
H A D | xfs_icache.c | 512 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &bp, 0); in xfs_iget_cache_miss()
|
H A D | xfs_log_recover.c | 2687 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0); in xlog_recover_process_one_iunlink()
|
Completed in 18 milliseconds