Home
last modified time | relevance | path

Searched refs:write_bytes (Results 1 – 5 of 5) sorted by relevance

/fs/btrfs/
Dfile.c396 static noinline int btrfs_copy_from_user(loff_t pos, size_t write_bytes, in btrfs_copy_from_user() argument
405 while (write_bytes > 0) { in btrfs_copy_from_user()
407 PAGE_SIZE - offset, write_bytes); in btrfs_copy_from_user()
430 write_bytes -= copied; in btrfs_copy_from_user()
516 size_t num_pages, loff_t pos, size_t write_bytes, in btrfs_dirty_pages() argument
525 u64 end_pos = pos + write_bytes; in btrfs_dirty_pages()
530 num_bytes = round_up(write_bytes + pos - start_pos, in btrfs_dirty_pages()
1423 size_t write_bytes, bool force_uptodate) in prepare_pages() argument
1446 pos + write_bytes, false); in prepare_pages()
1483 size_t write_bytes, in lock_and_cleanup_extent_if_need() argument
[all …]
Dctree.h2950 size_t num_pages, loff_t pos, size_t write_bytes,
/fs/nfs/
Dnfs42xdr.c228 p = xdr_encode_hyper(p, devinfo->write_bytes); in encode_layoutstats()
/fs/nfs/flexfilelayout/
Dflexfilelayout.c2047 p = xdr_encode_hyper(p, devinfo->write_bytes); in ff_layout_encode_ff_iostat_head()
2442 devinfo->write_bytes = mirror->write_stat.io_stat.bytes_completed; in ff_layout_mirror_prepare_stats()
/fs/proc/
Dbase.c2805 (unsigned long long)acct.write_bytes, in do_io_accounting()