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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Daops.c877 unsigned int w_num_pages; member in struct:ocfs2_write_ctxt
913 ocfs2_unlock_and_free_pages(wc->w_pages, wc->w_num_pages);
1005 for(i = 0; i < wc->w_num_pages; i++) {
1116 wc->w_num_pages = ocfs2_pages_per_cluster(inode->i_sb);
1126 if ((start + wc->w_num_pages) > end_index)
1127 wc->w_num_pages = end_index - start;
1129 wc->w_num_pages = 1;
1133 for(i = 0; i < wc->w_num_pages; i++) {
1253 for(i = 0; i < wc->w_num_pages; i++) {
1481 * If we don't set w_num_pages the
[all...]

Completed in 57 milliseconds