Searched refs:each_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | inode.c | 589 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() 598 "%s(%pU): size of each_count(%d)\n", 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()
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | inode.c | 548 size_t each_count = iov_iter_count(iter); in orangefs_direct_IO() local 552 if (each_count > orangefs_bufmap_size_query()) in orangefs_direct_IO() 553 each_count = orangefs_bufmap_size_query(); in orangefs_direct_IO() 556 "%s(%pU): size of each_count(%d)\n", in orangefs_direct_IO() 559 (int)each_count); in orangefs_direct_IO() 567 each_count, 0, NULL, NULL, file); in orangefs_direct_IO() 591 if (amt_complete < each_count) in orangefs_direct_IO()
|
Completed in 3 milliseconds