Lines Matching refs:fsdata
2242 struct page *page, void *fsdata) in block_write_end() argument
2276 struct page *page, void *fsdata) in generic_write_end() argument
2282 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
2469 void *fsdata = NULL; in generic_cont_expand_simple() local
2476 err = aops->write_begin(NULL, mapping, size, 0, &page, &fsdata); in generic_cont_expand_simple()
2480 err = aops->write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2495 void *fsdata = NULL; in cont_expand_zero() local
2513 &page, &fsdata); in cont_expand_zero()
2518 page, fsdata); in cont_expand_zero()
2546 &page, &fsdata); in cont_expand_zero()
2551 page, fsdata); in cont_expand_zero()
2567 struct page **pagep, void **fsdata, in cont_write_begin() argument