Searched refs:xfs_log_reserve (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_log.h | 168 int xfs_log_reserve(struct xfs_mount *mp,
|
D | xfs_trans.c | 277 error = xfs_log_reserve(tp->t_mountp, logspace, logcount, in xfs_trans_reserve()
|
D | xfs_log.c | 397 xfs_log_reserve(xfs_mount_t *mp, in xfs_log_reserve() function 605 error = xfs_log_reserve(mp, 600, 1, &tic, XFS_LOG, 0); in xfs_log_unmount_write()
|