Home
last modified time | relevance | path

Searched refs:XFS_ITRUNCATE_LOG_RES (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_utils.c445 if ((error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0, in xfs_truncate_file()
Dxfs_vnodeops.c679 XFS_ITRUNCATE_LOG_RES(mp), 0, in xfs_setattr()
1259 XFS_ITRUNCATE_LOG_RES(mp), in xfs_inactive_free_eofblocks()
1330 if ((error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0, in xfs_inactive_symlink_rmt()
1420 if ((error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0, in xfs_inactive_symlink_rmt()
1465 XFS_ITRUNCATE_LOG_RES(ip->i_mount), in xfs_inactive_symlink_local()
1676 XFS_ITRUNCATE_LOG_RES(mp), in xfs_inactive()
Dxfs_trans.h555 #define XFS_ITRUNCATE_LOG_RES(mp) ((mp)->m_reservations.tr_itruncate) macro
Dxfs_inode.c1772 error = xfs_trans_reserve(ntp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0, in xfs_itruncate_finish()
Dxfs_log_recover.c3057 xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0, 0, 0); in xlog_recover_process_efi()