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

/linux-master/fs/ocfs2/
H A Daops.c744 unsigned int w_num_pages; member in struct:ocfs2_write_ctxt
799 for (i = 0; i < wc->w_num_pages; i++) {
808 ocfs2_unlock_and_free_pages(wc->w_pages, wc->w_num_pages);
925 for(i = 0; i < wc->w_num_pages; i++) {
1043 wc->w_num_pages = ocfs2_pages_per_cluster(inode->i_sb);
1053 if ((start + wc->w_num_pages) > end_index)
1054 wc->w_num_pages = end_index - start;
1056 wc->w_num_pages = 1;
1061 for(i = 0; i < wc->w_num_pages; i++) {
1185 for(i = 0; i < wc->w_num_pages;
[all...]

Completed in 174 milliseconds