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

/linux-master/fs/orangefs/
H A Dinode.c548 size_t each_count = iov_iter_count(iter); local
552 if (each_count > orangefs_bufmap_size_query())
553 each_count = orangefs_bufmap_size_query();
556 "%s(%pU): size of each_count(%d)\n",
559 (int)each_count);
567 each_count, 0, NULL, NULL, file);
591 if (amt_complete < each_count)

Completed in 152 milliseconds