Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_trans.h253 #define XFS_FSYNC_TS_LOG_RES(mp) ((mp)->m_reservations.tr_swrite) macro
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_file.c180 XFS_FSYNC_TS_LOG_RES(ip->i_mount), 0, 0, 0); in xfs_file_fsync()
Dxfs_super.c930 error = xfs_trans_reserve(tp, 0, XFS_FSYNC_TS_LOG_RES(mp), 0, 0, 0); in xfs_log_inode()