Lines Matching defs:ffe
471 struct fanotify_fid_event *ffe;
473 ffe = kmem_cache_alloc(fanotify_fid_event_cachep, gfp);
474 if (!ffe)
477 ffe->fae.type = FANOTIFY_EVENT_TYPE_FID;
478 ffe->fsid = *fsid;
479 fanotify_encode_fh(&ffe->object_fh, id, fanotify_encode_fh_len(id),
482 return &ffe->fae;
766 struct fanotify_fid_event *ffe = FANOTIFY_FE(event);
768 if (fanotify_fh_has_ext_buf(&ffe->object_fh))
769 kfree(fanotify_fh_ext_buf(&ffe->object_fh));
770 kmem_cache_free(fanotify_fid_event_cachep, ffe);