Home
last modified time | relevance | path

Searched refs:current_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dsysfs.c345 s64 current_write = atomic64_read(&sbi->current_atomic_write); in f2fs_sbi_show() local
347 return sysfs_emit(buf, "%lld\n", current_write); in f2fs_sbi_show()
H A Df2fs.h2508 u64 current_write; in inc_atomic_write_cnt() local
2512 current_write = atomic64_read(&sbi->current_atomic_write); in inc_atomic_write_cnt()
2513 if (current_write > sbi->peak_atomic_write) in inc_atomic_write_cnt()
2514 sbi->peak_atomic_write = current_write; in inc_atomic_write_cnt()