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