Lines Matching refs:fsdata
2116 struct page *page, void *fsdata) in block_write_end() argument
2152 struct page *page, void *fsdata) in generic_write_end() argument
2158 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
2340 void *fsdata = NULL; in generic_cont_expand_simple() local
2347 err = aops->write_begin(NULL, mapping, size, 0, &page, &fsdata); in generic_cont_expand_simple()
2351 err = aops->write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2366 void *fsdata = NULL; in cont_expand_zero() local
2384 &page, &fsdata); in cont_expand_zero()
2389 page, fsdata); in cont_expand_zero()
2417 &page, &fsdata); in cont_expand_zero()
2422 page, fsdata); in cont_expand_zero()
2438 struct page **pagep, void **fsdata, in cont_write_begin() argument