Lines Matching full:ffe
612 struct fanotify_fid_event *ffe; in fanotify_alloc_fid_event() local
614 ffe = kmem_cache_alloc(fanotify_fid_event_cachep, gfp); in fanotify_alloc_fid_event()
615 if (!ffe) in fanotify_alloc_fid_event()
618 ffe->fae.type = FANOTIFY_EVENT_TYPE_FID; in fanotify_alloc_fid_event()
619 ffe->fsid = *fsid; in fanotify_alloc_fid_event()
621 fanotify_encode_fh(&ffe->object_fh, id, fanotify_encode_fh_len(id), in fanotify_alloc_fid_event()
624 return &ffe->fae; in fanotify_alloc_fid_event()
1035 struct fanotify_fid_event *ffe = FANOTIFY_FE(event); in fanotify_free_fid_event() local
1037 if (fanotify_fh_has_ext_buf(&ffe->object_fh)) in fanotify_free_fid_event()
1038 kfree(fanotify_fh_ext_buf(&ffe->object_fh)); in fanotify_free_fid_event()
1039 kmem_cache_free(fanotify_fid_event_cachep, ffe); in fanotify_free_fid_event()