Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/orangefs/
Dinode.c589 size_t each_count = iov_iter_count(iter); in orangefs_direct_IO() local
594 if (each_count > orangefs_bufmap_size_query()) in orangefs_direct_IO()
595 each_count = orangefs_bufmap_size_query(); in orangefs_direct_IO()
601 (int)each_count); in orangefs_direct_IO()
609 each_count, 0, NULL, NULL, file); in orangefs_direct_IO()
633 if (amt_complete < each_count) in orangefs_direct_IO()