Searched defs:gfp (Results 1 - 16 of 16) sorted by relevance

/fs/9p/
H A Dcache.h44 extern int __v9fs_fscache_release_page(struct page *page, gfp_t gfp);
57 gfp_t gfp)
59 return __v9fs_fscache_release_page(page, gfp);
117 gfp_t gfp) {
56 v9fs_fscache_release_page(struct page *page, gfp_t gfp) argument
116 v9fs_fscache_release_page(struct page *page, gfp_t gfp) argument
H A Dcache.c280 int __v9fs_fscache_release_page(struct page *page, gfp_t gfp) argument
287 return fscache_maybe_release_page(v9inode->fscache, page, gfp);
H A Dvfs_addr.c137 static int v9fs_release_page(struct page *page, gfp_t gfp) argument
141 return v9fs_fscache_release_page(page, gfp);
/fs/ceph/
H A Dcache.h69 static inline int ceph_release_fscache_page(struct page *page, gfp_t gfp) argument
73 return fscache_maybe_release_page(ci->fscache, page, gfp);
161 static inline int ceph_release_fscache_page(struct page *page, gfp_t gfp) argument
/fs/cifs/
H A Dfscache.h51 extern int cifs_fscache_release_page(struct page *page, gfp_t gfp);
118 static inline int cifs_fscache_release_page(struct page *page, gfp_t gfp) argument
H A Dfscache.c128 int cifs_fscache_release_page(struct page *page, gfp_t gfp) argument
136 if (!fscache_maybe_release_page(cifsi->fscache, page, gfp))
H A Dfile.c3779 static int cifs_release_page(struct page *page, gfp_t gfp) argument
3784 return cifs_fscache_release_page(page, gfp);
/fs/afs/
H A Drxrpc.c338 int afs_make_call(struct in_addr *addr, struct afs_call *call, gfp_t gfp, argument
372 (unsigned long) call, gfp);
/fs/cachefiles/
H A Drdwr.c392 gfp_t gfp)
681 gfp_t gfp)
798 gfp_t gfp)
836 gfp_t gfp)
390 cachefiles_read_or_alloc_page(struct fscache_retrieval *op, struct page *page, gfp_t gfp) argument
678 cachefiles_read_or_alloc_pages(struct fscache_retrieval *op, struct list_head *pages, unsigned *nr_pages, gfp_t gfp) argument
796 cachefiles_allocate_page(struct fscache_retrieval *op, struct page *page, gfp_t gfp) argument
833 cachefiles_allocate_pages(struct fscache_retrieval *op, struct list_head *pages, unsigned *nr_pages, gfp_t gfp) argument
/fs/fscache/
H A Dpage.c65 gfp_t gfp)
70 _enter("%p,%p,%x", cookie, page, gfp);
125 if (!(gfp & __GFP_WAIT) || !(gfp & __GFP_FS)) {
135 gfp &= ~__GFP_WAIT;
403 gfp_t gfp)
473 ret = object->cache->ops->allocate_page(op, page, gfp);
479 ret = object->cache->ops->read_or_alloc_page(op, page, gfp);
538 gfp_t gfp)
605 op, pages, nr_pages, gfp);
63 __fscache_maybe_release_page(struct fscache_cookie *cookie, struct page *page, gfp_t gfp) argument
399 __fscache_read_or_alloc_page(struct fscache_cookie *cookie, struct page *page, fscache_rw_complete_t end_io_func, void *context, gfp_t gfp) argument
532 __fscache_read_or_alloc_pages(struct fscache_cookie *cookie, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages, fscache_rw_complete_t end_io_func, void *context, gfp_t gfp) argument
653 __fscache_alloc_page(struct fscache_cookie *cookie, struct page *page, gfp_t gfp) argument
922 __fscache_write_page(struct fscache_cookie *cookie, struct page *page, gfp_t gfp) argument
[all...]
/fs/nfs/
H A Dfscache.c260 int nfs_fscache_release_page(struct page *page, gfp_t gfp) argument
269 if (!fscache_maybe_release_page(cookie, page, gfp))
H A Dfscache.h193 static inline int nfs_fscache_release_page(struct page *page, gfp_t gfp) argument
H A Dfile.c30 #include <linux/gfp.h>
472 static int nfs_release_page(struct page *page, gfp_t gfp) argument
490 if ((gfp & __GFP_WAIT) &&
502 return nfs_fscache_release_page(page, gfp);
/fs/
H A Dposix_acl.c483 __posix_acl_create(struct posix_acl **acl, gfp_t gfp, umode_t *mode_p) argument
485 struct posix_acl *clone = posix_acl_clone(*acl, gfp);
501 __posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode) argument
503 struct posix_acl *clone = posix_acl_clone(*acl, gfp);
H A Dbuffer.c13 * Speed up hash, lru, and free list operations. Use gfp() for allocating
976 pgoff_t index, int size, int sizebits, gfp_t gfp)
985 gfp_mask = (mapping_gfp_mask(inode->i_mapping) & ~__GFP_FS) | gfp;
1043 grow_buffers(struct block_device *bdev, sector_t block, int size, gfp_t gfp) argument
1070 return grow_dev_page(bdev, block, index, size, sizebits, gfp);
1075 unsigned size, gfp_t gfp)
1097 ret = grow_buffers(bdev, block, size, gfp);
1367 unsigned size, gfp_t gfp)
1373 bh = __getblk_slow(bdev, block, size, gfp);
1396 * @gfp
975 grow_dev_page(struct block_device *bdev, sector_t block, pgoff_t index, int size, int sizebits, gfp_t gfp) argument
1074 __getblk_slow(struct block_device *bdev, sector_t block, unsigned size, gfp_t gfp) argument
1366 __getblk_gfp(struct block_device *bdev, sector_t block, unsigned size, gfp_t gfp) argument
1404 __bread_gfp(struct block_device *bdev, sector_t block, unsigned size, gfp_t gfp) argument
[all...]
/fs/exofs/
H A Dinode.c949 static int exofs_releasepage(struct page *page, gfp_t gfp) argument

Completed in 314 milliseconds