Lines Matching defs:gfp
338 unsigned int fh_len, gfp_t gfp)
360 if (gfp && fh_len > FANOTIFY_INLINE_FH_LEN) {
363 ext_buf = kmalloc(fh_len, gfp);
434 gfp_t gfp)
438 pevent = kmem_cache_alloc(fanotify_path_event_cachep, gfp);
450 gfp_t gfp)
454 pevent = kmem_cache_alloc(fanotify_perm_event_cachep, gfp);
469 gfp_t gfp)
473 ffe = kmem_cache_alloc(fanotify_fid_event_cachep, gfp);
480 gfp);
489 gfp_t gfp)
503 fne = kmalloc(size, gfp);
534 gfp_t gfp = GFP_KERNEL_ACCOUNT;
584 gfp |= __GFP_NOFAIL;
586 gfp |= __GFP_RETRY_MAYFAIL;
592 event = fanotify_alloc_perm_event(path, gfp);
595 gfp);
597 event = fanotify_alloc_fid_event(id, fsid, gfp);
599 event = fanotify_alloc_path_event(path, gfp);