Home
last modified time | relevance | path

Searched refs:gfp_flags (Results 1 – 8 of 8) sorted by relevance

/fs/afs/
Dfile.c23 static int afs_releasepage(struct page *page, gfp_t gfp_flags);
278 static int afs_releasepage(struct page *page, gfp_t gfp_flags) in afs_releasepage() argument
285 gfp_flags); in afs_releasepage()
/fs/
Dmpage.c98 gfp_t gfp_flags) in mpage_alloc() argument
102 bio = bio_alloc(gfp_flags, nr_vecs); in mpage_alloc()
106 bio = bio_alloc(gfp_flags, nr_vecs); in mpage_alloc()
Dmbcache.c402 mb_cache_entry_alloc(struct mb_cache *cache, gfp_t gfp_flags) in mb_cache_entry_alloc() argument
406 ce = kmem_cache_alloc(cache->c_entry_cache, gfp_flags); in mb_cache_entry_alloc()
Dbuffer.c3299 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags) in alloc_buffer_head() argument
3301 struct buffer_head *ret = kmem_cache_alloc(bh_cachep, gfp_flags); in alloc_buffer_head()
/fs/btrfs/
Dcompression.c93 u64 first_byte, gfp_t gfp_flags) in compressed_bio_alloc() argument
99 bio = bio_alloc(gfp_flags, nr_vecs); in compressed_bio_alloc()
103 bio = bio_alloc(gfp_flags, nr_vecs); in compressed_bio_alloc()
Dinode.c4212 static int __btrfs_releasepage(struct page *page, gfp_t gfp_flags) in __btrfs_releasepage() argument
4220 ret = try_release_extent_mapping(map, tree, page, gfp_flags); in __btrfs_releasepage()
4229 static int btrfs_releasepage(struct page *page, gfp_t gfp_flags) in btrfs_releasepage() argument
4233 return __btrfs_releasepage(page, gfp_flags & GFP_NOFS); in btrfs_releasepage()
Dextent_io.c1815 gfp_t gfp_flags) in extent_bio_alloc() argument
1819 bio = bio_alloc(gfp_flags, nr_vecs); in extent_bio_alloc()
1823 bio = bio_alloc(gfp_flags, nr_vecs); in extent_bio_alloc()
Ddisk-io.c709 static int btree_releasepage(struct page *page, gfp_t gfp_flags) in btree_releasepage() argument
721 ret = try_release_extent_state(map, tree, page, gfp_flags); in btree_releasepage()