Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
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()
Df2fs.h2471 u64 current_write; in inc_atomic_write_cnt() local
2475 current_write = atomic64_read(&sbi->current_atomic_write); in inc_atomic_write_cnt()
2476 if (current_write > sbi->peak_atomic_write) in inc_atomic_write_cnt()
2477 sbi->peak_atomic_write = current_write; in inc_atomic_write_cnt()