Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.h173 int xfs_log_reserve(struct xfs_mount *mp, int length, int count,
H A Dxfs_trans.c176 error = xfs_log_reserve(mp, resp->tr_logres, resp->tr_logcount, in xfs_trans_reserve()
H A Dxfs_log.c416 xfs_log_reserve( in xfs_log_reserve() function
909 error = xfs_log_reserve(mp, 600, 1, &tic, 0); in xlog_unmount_write()