Searched refs:xfs_itobp (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_inode.h | 534 int xfs_itobp(struct xfs_mount *, struct xfs_trans *,
|
D | xfs_inode.c | 264 xfs_itobp( in xfs_itobp() function 1728 error = xfs_itobp(mp, tp, ip, &dip, &ibp, XBF_LOCK); in xfs_iunlink() 1810 error = xfs_itobp(mp, tp, ip, &dip, &ibp, XBF_LOCK); in xfs_iunlink_remove() 1871 error = xfs_itobp(mp, tp, ip, &dip, &ibp, XBF_LOCK); in xfs_iunlink_remove() 2126 error = xfs_itobp(ip->i_mount, tp, ip, &dip, &ibp, XBF_LOCK); in xfs_ifree() 2837 error = xfs_itobp(mp, NULL, ip, &dip, &bp, in xfs_iflush()
|
D | xfs_log_recover.c | 3059 error = xfs_itobp(mp, NULL, ip, &dip, &ibp, XBF_LOCK); in xlog_recover_process_one_iunlink()
|