Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log.h159 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
H A Dxfs_log.c1683 xlog_grant_push_threshold( in xlog_grant_push_threshold() function
1746 threshold_lsn = xlog_grant_push_threshold(log, need_bytes); in xlog_grant_push_ail()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_defer.c466 threshold_lsn = xlog_grant_push_threshold(log, 0); in xfs_defer_relog()