Home
last modified time | relevance | path

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

/Linux-v5.15/fs/orangefs/
Dinode.c560 size_t each_count = iov_iter_count(iter); in orangefs_direct_IO() local
565 if (each_count > orangefs_bufmap_size_query()) in orangefs_direct_IO()
566 each_count = orangefs_bufmap_size_query(); in orangefs_direct_IO()
572 (int)each_count); in orangefs_direct_IO()
580 each_count, 0, NULL, NULL, file); in orangefs_direct_IO()
604 if (amt_complete < each_count) in orangefs_direct_IO()