Lines Matching defs:ffe
582 struct fanotify_fid_event *ffe;
584 ffe = kmem_cache_alloc(fanotify_fid_event_cachep, gfp);
585 if (!ffe)
588 ffe->fae.type = FANOTIFY_EVENT_TYPE_FID;
589 ffe->fsid = *fsid;
591 fanotify_encode_fh(&ffe->object_fh, id, fanotify_encode_fh_len(id),
594 return &ffe->fae;
1011 struct fanotify_fid_event *ffe = FANOTIFY_FE(event);
1013 if (fanotify_fh_has_ext_buf(&ffe->object_fh))
1014 kfree(fanotify_fh_ext_buf(&ffe->object_fh));
1015 kmem_cache_free(fanotify_fid_event_cachep, ffe);