Lines Matching refs:fsdata
2162 struct page *page, void *fsdata) in block_write_end() argument
2198 struct page *page, void *fsdata) in generic_write_end() argument
2204 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
2381 void *fsdata = NULL; in generic_cont_expand_simple() local
2389 AOP_FLAG_CONT_EXPAND, &page, &fsdata); in generic_cont_expand_simple()
2393 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple()
2407 void *fsdata = NULL; in cont_expand_zero() local
2425 &page, &fsdata); in cont_expand_zero()
2430 page, fsdata); in cont_expand_zero()
2458 &page, &fsdata); in cont_expand_zero()
2463 page, fsdata); in cont_expand_zero()
2479 struct page **pagep, void **fsdata, in cont_write_begin() argument
2607 struct page **pagep, void **fsdata, in nobh_write_begin() argument
2632 *fsdata = NULL; in nobh_write_begin()
2721 *fsdata = head; /* to be released by nobh_write_end */ in nobh_write_begin()
2748 struct page *page, void *fsdata) in nobh_write_end() argument
2751 struct buffer_head *head = fsdata; in nobh_write_end()
2753 BUG_ON(fsdata != NULL && page_has_buffers(page)); in nobh_write_end()
2759 copied, page, fsdata); in nobh_write_end()