Searched refs:xfs_imap_to_bp (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_inode_buf.h | 65 int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *,
|
D | xfs_inode_buf.c | 174 xfs_imap_to_bp( in xfs_imap_to_bp() function 505 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &bp, 0, iget_flags); in xfs_iread()
|
/fs/xfs/ |
D | xfs_inode.c | 2030 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink() 2115 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink_remove() 2172 error = xfs_imap_to_bp(mp, tp, &imap, &last_dip, in xfs_iunlink_remove() 2191 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink_remove() 3479 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &bp, XBF_TRYLOCK, in xfs_iflush()
|
D | xfs_log_recover.c | 5000 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0, 0); in xlog_recover_process_one_iunlink()
|