Home
last modified time | relevance | path

Searched refs:fae (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify.h156 struct fanotify_event fae; member
166 return container_of(event, struct fanotify_fid_event, fae); in FANOTIFY_FE()
170 struct fanotify_event fae; member
178 return container_of(event, struct fanotify_name_event, fae); in FANOTIFY_NE()
230 struct fanotify_event fae; member
237 return container_of(event, struct fanotify_path_event, fae); in FANOTIFY_PE()
248 struct fanotify_event fae; member
258 return container_of(event, struct fanotify_perm_event, fae); in FANOTIFY_PERM()
H A Dfanotify.c194 fsnotify_remove_queued_event(group, &event->fae.fse); in fanotify_get_response()
221 fsnotify_destroy_event(group, &event->fae.fse); in fanotify_get_response()
442 pevent->fae.type = FANOTIFY_EVENT_TYPE_PATH; in fanotify_alloc_path_event()
446 return &pevent->fae; in fanotify_alloc_path_event()
458 pevent->fae.type = FANOTIFY_EVENT_TYPE_PATH_PERM; in fanotify_alloc_perm_event()
464 return &pevent->fae; in fanotify_alloc_perm_event()
477 ffe->fae.type = FANOTIFY_EVENT_TYPE_FID; in fanotify_alloc_fid_event()
482 return &ffe->fae; in fanotify_alloc_fid_event()
507 fne->fae.type = FANOTIFY_EVENT_TYPE_FID_NAME; in fanotify_alloc_name_event()
524 return &fne->fae; in fanotify_alloc_name_event()
[all...]
H A Dfanotify_user.c181 fsnotify_destroy_event(group, &event->fae.fse);
214 fae.fse.list) { in process_access_response()
218 list_del_init(&event->fae.fse.list); in process_access_response()
593 struct fanotify_perm_event, fae.fse.list); in fanotify_release()
594 list_del_init(&event->fae.fse.list); in fanotify_release()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.h284 struct fanotify_event fae; member
293 return container_of(event, struct fanotify_fid_event, fae); in FANOTIFY_FE()
297 struct fanotify_event fae; member
305 return container_of(event, struct fanotify_name_event, fae); in FANOTIFY_NE()
309 struct fanotify_event fae; member
321 return container_of(event, struct fanotify_error_event, fae); in FANOTIFY_EE()
408 struct fanotify_event fae; member
415 return container_of(event, struct fanotify_path_event, fae); in FANOTIFY_PE()
426 struct fanotify_event fae; member
440 return container_of(event, struct fanotify_perm_event, fae); in FANOTIFY_PERM()
[all...]
H A Dfanotify.c251 fsnotify_remove_queued_event(group, &event->fae.fse); in fanotify_get_response()
253 WARN_ON_ONCE(!hlist_unhashed(&event->fae.merge_list)); in fanotify_get_response()
282 fsnotify_destroy_event(group, &event->fae.fse); in fanotify_get_response()
548 pevent->fae.type = FANOTIFY_EVENT_TYPE_PATH; in fanotify_alloc_path_event()
553 return &pevent->fae; in fanotify_alloc_path_event()
565 pevent->fae.type = FANOTIFY_EVENT_TYPE_PATH_PERM; in fanotify_alloc_perm_event()
574 return &pevent->fae; in fanotify_alloc_perm_event()
588 ffe->fae.type = FANOTIFY_EVENT_TYPE_FID; in fanotify_alloc_fid_event()
594 return &ffe->fae; in fanotify_alloc_fid_event()
629 fne->fae in fanotify_alloc_name_event()
[all...]
H A Dfanotify_user.c328 fsnotify_destroy_event(group, &event->fae.fse);
378 fae.fse.list) { in process_access_response()
382 list_del_init(&event->fae.fse.list); in process_access_response()
926 struct fanotify_perm_event, fae.fse.list); in fanotify_release()
927 list_del_init(&event->fae.fse.list); in fanotify_release()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.c314 u8 version, fae; in mt76x0_eeprom_init() local
324 fae = data; in mt76x0_eeprom_init()
330 dev_info(dev->mt76.dev, "EEPROM ver:%02hhx fae:%02hhx\n", in mt76x0_eeprom_init()
331 version, fae); in mt76x0_eeprom_init()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.c326 u8 version, fae; in mt76x0_eeprom_init() local
336 fae = data; in mt76x0_eeprom_init()
342 dev_info(dev->mt76.dev, "EEPROM ver:%02hhx fae:%02hhx\n", in mt76x0_eeprom_init()
343 version, fae); in mt76x0_eeprom_init()

Completed in 9 milliseconds