Lines Matching full:ffe
593 struct fanotify_fid_event *ffe; in fanotify_alloc_fid_event() local
595 ffe = kmem_cache_alloc(fanotify_fid_event_cachep, gfp); in fanotify_alloc_fid_event()
596 if (!ffe) in fanotify_alloc_fid_event()
599 ffe->fae.type = FANOTIFY_EVENT_TYPE_FID; in fanotify_alloc_fid_event()
600 ffe->fsid = *fsid; in fanotify_alloc_fid_event()
602 fanotify_encode_fh(&ffe->object_fh, id, fanotify_encode_fh_len(id), in fanotify_alloc_fid_event()
605 return &ffe->fae; in fanotify_alloc_fid_event()
1011 struct fanotify_fid_event *ffe = FANOTIFY_FE(event); in fanotify_free_fid_event() local
1013 if (fanotify_fh_has_ext_buf(&ffe->object_fh)) in fanotify_free_fid_event()
1014 kfree(fanotify_fh_ext_buf(&ffe->object_fh)); in fanotify_free_fid_event()
1015 kmem_cache_free(fanotify_fid_event_cachep, ffe); in fanotify_free_fid_event()