Home
last modified time | relevance | path

Searched refs:xfs_itobp (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_inode.h534 int xfs_itobp(struct xfs_mount *, struct xfs_trans *,
Dxfs_inode.c264 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()
Dxfs_log_recover.c3059 error = xfs_itobp(mp, NULL, ip, &dip, &ibp, XBF_LOCK); in xlog_recover_process_one_iunlink()