Home
last modified time | relevance | path

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

/Linux-v6.1/fs/orangefs/
Dinode.c557 size_t each_count = iov_iter_count(iter); in orangefs_direct_IO() local
562 if (each_count > orangefs_bufmap_size_query()) in orangefs_direct_IO()
563 each_count = orangefs_bufmap_size_query(); in orangefs_direct_IO()
569 (int)each_count); in orangefs_direct_IO()
577 each_count, 0, NULL, NULL, file); in orangefs_direct_IO()
601 if (amt_complete < each_count) in orangefs_direct_IO()