Lines Matching defs:fsdata
1133 struct page **pagep, void **fsdata)
1285 struct page *page, void *fsdata)
1300 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata);
1386 struct page *page, void *fsdata)
2986 struct page **pagep, void **fsdata)
3000 *fsdata = (void *)FALL_BACK_TO_NONDELALLOC;
3002 len, flags, pagep, fsdata);
3004 *fsdata = (void *)0;
3010 pagep, fsdata);
3078 struct page *page, void *fsdata)
3083 int write_mode = (int)(unsigned long)fsdata;
3087 len, copied, page, fsdata);
3119 return generic_write_end(file, mapping, pos, len, copied, page, fsdata);