Searched refs:xfs_log_reserve (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_log.h | 136 int xfs_log_reserve(struct xfs_mount *mp, int length, int count,
|
H A D | xfs_trans.c | 176 error = xfs_log_reserve(mp, resp->tr_logres, resp->tr_logcount, in xfs_trans_reserve()
|
H A D | xfs_log.c | 416 xfs_log_reserve( in xfs_log_reserve() function 909 error = xfs_log_reserve(mp, 600, 1, &tic, 0); in xlog_unmount_write()
|
H A D | xfs_trace.h | 1593 DEFINE_LOGGRANT_EVENT(xfs_log_reserve);
|
/linux/Documentation/filesystems/xfs/ |
H A D | xfs-delayed-logging-design.rst | 279 the write head - is then reserved separately by a call to xfs_log_reserve()
|