Lines Matching refs:fee
677 struct fanotify_error_event *fee; in fanotify_alloc_error_event() local
683 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS); in fanotify_alloc_error_event()
684 if (!fee) in fanotify_alloc_error_event()
687 fee->fae.type = FANOTIFY_EVENT_TYPE_FS_ERROR; in fanotify_alloc_error_event()
688 fee->error = report->error; in fanotify_alloc_error_event()
689 fee->err_count = 1; in fanotify_alloc_error_event()
690 fee->fsid = *fsid; in fanotify_alloc_error_event()
699 fanotify_encode_fh(&fee->object_fh, inode, fh_len, NULL, 0); in fanotify_alloc_error_event()
703 return &fee->fae; in fanotify_alloc_error_event()
1022 struct fanotify_error_event *fee = FANOTIFY_EE(event); in fanotify_free_error_event() local
1024 mempool_free(fee, &group->fanotify_data.error_events_pool); in fanotify_free_error_event()