Lines Matching refs:fsdata
2092 struct page *page, void *fsdata) in block_write_end() argument
2128 struct page *page, void *fsdata) in generic_write_end() argument
2134 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
2311 void *fsdata; in generic_cont_expand_simple() local
2319 AOP_FLAG_CONT_EXPAND, &page, &fsdata); in generic_cont_expand_simple()
2323 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2337 void *fsdata; in cont_expand_zero() local
2355 &page, &fsdata); in cont_expand_zero()
2360 page, fsdata); in cont_expand_zero()
2388 &page, &fsdata); in cont_expand_zero()
2393 page, fsdata); in cont_expand_zero()
2409 struct page **pagep, void **fsdata, in cont_write_begin() argument
2537 struct page **pagep, void **fsdata, in nobh_write_begin() argument
2562 *fsdata = NULL; in nobh_write_begin()
2651 *fsdata = head; /* to be released by nobh_write_end */ in nobh_write_begin()
2678 struct page *page, void *fsdata) in nobh_write_end() argument
2681 struct buffer_head *head = fsdata; in nobh_write_end()
2683 BUG_ON(fsdata != NULL && page_has_buffers(page)); in nobh_write_end()
2689 copied, page, fsdata); in nobh_write_end()