Searched refs:gfp_flags (Results 1 – 8 of 8) sorted by relevance
/fs/afs/ |
D | file.c | 23 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/ |
D | mpage.c | 98 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()
|
D | mbcache.c | 402 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()
|
D | buffer.c | 3299 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/ |
D | compression.c | 93 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()
|
D | inode.c | 4212 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()
|
D | extent_io.c | 1815 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()
|
D | disk-io.c | 709 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()
|