Searched refs:xfs_imap_to_bp (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.h | 27 * xfs_imap_to_bp() to get a buffer and dinode for a given inode. 35 int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *,
|
H A D | xfs_inode_buf.c | 161 xfs_imap_to_bp( xfs_imap_to_bp() function 384 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &bp, 0, iget_flags); xfs_iread() 468 * xfs_imap_to_bp() above. If tp is NULL, this is just a normal xfs_iread()
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_inode.c | 1998 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, xfs_iunlink() 2084 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, xfs_iunlink_remove() 2087 xfs_warn(mp, "%s: xfs_imap_to_bp returned error %d.", xfs_iunlink_remove() 2142 error = xfs_imap_to_bp(mp, tp, &imap, &last_dip, xfs_iunlink_remove() 2146 "%s: xfs_imap_to_bp returned error %d.", xfs_iunlink_remove() 2161 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, xfs_iunlink_remove() 2164 xfs_warn(mp, "%s: xfs_imap_to_bp(2) returned error %d.", xfs_iunlink_remove() 3364 * xfs_imap_to_bp() below may give us a buffer that no longer contains xfs_iflush() 3396 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &bp, XBF_TRYLOCK, xfs_iflush()
|
H A D | xfs_icache.c | 940 * doing a blocking xfs_imap_to_bp() to get the cluster buffer would xfs_reclaim_inode()
|
H A D | xfs_log_recover.c | 4019 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0, 0); xlog_recover_process_one_iunlink()
|
Completed in 172 milliseconds