Searched refs:xfs_log_reserve (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.h | 121 int xfs_log_reserve(struct xfs_mount *mp,
|
H A D | xfs_trans.c | 193 error = xfs_log_reserve(mp, in xfs_trans_reserve()
|
H A D | xfs_log.c | 434 xfs_log_reserve( in xfs_log_reserve() function 856 error = xfs_log_reserve(mp, 600, 1, &tic, XFS_LOG, 0); in xlog_unmount_write()
|
H A D | xfs_trace.h | 1149 DEFINE_LOGGRANT_EVENT(xfs_log_reserve); variable
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log.h | 142 int xfs_log_reserve(struct xfs_mount *mp, int length, int count,
|
H A D | xfs_trans.c | 194 error = xfs_log_reserve(mp, resp->tr_logres, in xfs_trans_reserve()
|
H A D | xfs_log.c | 460 xfs_log_reserve( in xfs_log_reserve() function 960 error = xfs_log_reserve(mp, 600, 1, &tic, 0); in xlog_unmount_write()
|
H A D | xfs_trace.h | 1281 DEFINE_LOGGRANT_EVENT(xfs_log_reserve); variable
|
Completed in 21 milliseconds