Lines Matching refs:fsdata
2123 struct page *page, void *fsdata) in block_write_end() argument
2159 struct page *page, void *fsdata) in generic_write_end() argument
2161 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
2312 void *fsdata; in generic_cont_expand_simple() local
2320 AOP_FLAG_CONT_EXPAND, &page, &fsdata); in generic_cont_expand_simple()
2324 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2338 void *fsdata; in cont_expand_zero() local
2356 &page, &fsdata); in cont_expand_zero()
2361 page, fsdata); in cont_expand_zero()
2389 &page, &fsdata); in cont_expand_zero()
2394 page, fsdata); in cont_expand_zero()
2410 struct page **pagep, void **fsdata, in cont_write_begin() argument
2538 struct page **pagep, void **fsdata, in nobh_write_begin() argument
2563 *fsdata = NULL; in nobh_write_begin()
2652 *fsdata = head; /* to be released by nobh_write_end */ in nobh_write_begin()
2679 struct page *page, void *fsdata) in nobh_write_end() argument
2682 struct buffer_head *head = fsdata; in nobh_write_end()
2684 BUG_ON(fsdata != NULL && page_has_buffers(page)); in nobh_write_end()
2690 copied, page, fsdata); in nobh_write_end()