Lines Matching refs:file_name
487 const struct qstr *file_name, in fanotify_alloc_name_event() argument
501 if (file_name) in fanotify_alloc_name_event()
502 size += file_name->len + 1; in fanotify_alloc_name_event()
517 if (file_name) in fanotify_alloc_name_event()
518 fanotify_info_copy_name(info, file_name); in fanotify_alloc_name_event()
530 const struct qstr *file_name, in fanotify_alloc_event() argument
570 file_name = NULL; in fanotify_alloc_event()
593 } else if (name_event && (file_name || child)) { in fanotify_alloc_event()
594 event = fanotify_alloc_name_event(id, fsid, file_name, child, in fanotify_alloc_event()
657 const struct qstr *file_name, u32 cookie, in fanotify_handle_event() argument
711 file_name, &fsid); in fanotify_handle_event()