Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 7 of 7) sorted by relevance

/fs/nfs/blocklayout/
Dblocklayoutdev.c291 struct page *scratch; in nfs4_blk_process_layoutget() local
303 scratch = alloc_page(gfp_flags); in nfs4_blk_process_layoutget()
304 if (!scratch) in nfs4_blk_process_layoutget()
308 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in nfs4_blk_process_layoutget()
386 __free_page(scratch); in nfs4_blk_process_layoutget()
/fs/nfs/objlayout/
Dobjlayout.c94 struct page *scratch; in objlayout_alloc_lseg() local
99 scratch = alloc_page(gfp_flags); in objlayout_alloc_lseg()
100 if (!scratch) in objlayout_alloc_lseg()
104 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in objlayout_alloc_lseg()
113 __free_page(scratch); in objlayout_alloc_lseg()
119 __free_page(scratch); in objlayout_alloc_lseg()
/fs/nfs/
Dnfs4filelayoutdev.c514 struct page *scratch; in decode_device() local
519 scratch = alloc_page(gfp_flags); in decode_device()
520 if (!scratch) in decode_device()
524 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in decode_device()
631 __free_page(scratch); in decode_device()
649 __free_page(scratch); in decode_device()
Dnfs4filelayout.c558 struct page *scratch; in filelayout_decode_layout() local
565 scratch = alloc_page(gfp_flags); in filelayout_decode_layout()
566 if (!scratch) in filelayout_decode_layout()
570 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in filelayout_decode_layout()
636 __free_page(scratch); in filelayout_decode_layout()
642 __free_page(scratch); in filelayout_decode_layout()
Ddir.c536 struct page *scratch; in nfs_readdir_page_filler() local
541 scratch = alloc_page(GFP_KERNEL); in nfs_readdir_page_filler()
542 if (scratch == NULL) in nfs_readdir_page_filler()
546 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in nfs_readdir_page_filler()
576 put_page(scratch); in nfs_readdir_page_filler()
/fs/logfs/
Djournal.c226 void *scratch = super->s_je; in read_je() local
238 read_dynsb(sb, unpack(jh, scratch)); in read_je()
241 read_anchor(sb, unpack(jh, scratch)); in read_je()
244 read_erasecount(sb, unpack(jh, scratch)); in read_je()
247 err = read_area(sb, unpack(jh, scratch)); in read_je()
250 err = logfs_load_object_aliases(sb, unpack(jh, scratch), in read_je()
674 void* (*write)(struct super_block *sb, void *scratch, in logfs_write_je() argument
/fs/ntfs/
DKconfig15 This is a rewrite from scratch of Linux NTFS support and replaced
68 scratch of the NTFS support), it should be noted that the old NTFS