Lines Matching refs:fsdata
2134 struct page *page, void *fsdata) in block_write_end() argument
2170 struct page *page, void *fsdata) in generic_write_end() argument
2176 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
2353 void *fsdata; in generic_cont_expand_simple() local
2361 AOP_FLAG_CONT_EXPAND, &page, &fsdata); in generic_cont_expand_simple()
2365 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2379 void *fsdata; in cont_expand_zero() local
2397 &page, &fsdata); in cont_expand_zero()
2402 page, fsdata); in cont_expand_zero()
2430 &page, &fsdata); in cont_expand_zero()
2435 page, fsdata); in cont_expand_zero()
2451 struct page **pagep, void **fsdata, in cont_write_begin() argument
2579 struct page **pagep, void **fsdata, in nobh_write_begin() argument
2604 *fsdata = NULL; in nobh_write_begin()
2693 *fsdata = head; /* to be released by nobh_write_end */ in nobh_write_begin()
2720 struct page *page, void *fsdata) in nobh_write_end() argument
2723 struct buffer_head *head = fsdata; in nobh_write_end()
2725 BUG_ON(fsdata != NULL && page_has_buffers(page)); in nobh_write_end()
2731 copied, page, fsdata); in nobh_write_end()