Searched refs:xlog_crack_atomic_lsn (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_sysfs.c | 224 xlog_crack_atomic_lsn(&log->l_tail_lsn, &cycle, &block); in log_tail_lsn_show()
|
D | xfs_log_priv.h | 472 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn() function
|
D | xfs_log.c | 1148 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left() 1583 xlog_crack_atomic_lsn(&log->l_tail_lsn, &threshold_cycle, in xlog_grant_push_ail() 3738 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_blocks); in xlog_verify_grant_tail()
|