Lines Matching refs:fsdata
2091 struct page *page, void *fsdata) in block_write_end() argument
2127 struct page *page, void *fsdata) in generic_write_end() argument
2133 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
2310 void *fsdata; in generic_cont_expand_simple() local
2318 AOP_FLAG_CONT_EXPAND, &page, &fsdata); in generic_cont_expand_simple()
2322 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2336 void *fsdata; in cont_expand_zero() local
2354 &page, &fsdata); in cont_expand_zero()
2359 page, fsdata); in cont_expand_zero()
2387 &page, &fsdata); in cont_expand_zero()
2392 page, fsdata); in cont_expand_zero()
2408 struct page **pagep, void **fsdata, in cont_write_begin() argument
2536 struct page **pagep, void **fsdata, in nobh_write_begin() argument
2561 *fsdata = NULL; in nobh_write_begin()
2650 *fsdata = head; /* to be released by nobh_write_end */ in nobh_write_begin()
2677 struct page *page, void *fsdata) in nobh_write_end() argument
2680 struct buffer_head *head = fsdata; in nobh_write_end()
2682 BUG_ON(fsdata != NULL && page_has_buffers(page)); in nobh_write_end()
2688 copied, page, fsdata); in nobh_write_end()