Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log.h159 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
Dxfs_log.c1689 xlog_grant_push_threshold( in xlog_grant_push_threshold() function
1752 threshold_lsn = xlog_grant_push_threshold(log, need_bytes); in xlog_grant_push_ail()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_defer.c442 threshold_lsn = xlog_grant_push_threshold(log, 0); in xfs_defer_relog()