Home
last modified time | relevance | path

Searched refs:file_f_owner (Results 1 – 3 of 3) sorted by relevance

/linux/fs/notify/dnotify/
H A Ddnotify.c112 fown = file_f_owner(dn->dn_filp); in dnotify_handle_event()
/linux/security/landlock/
H A Dfs.c2052 if (control_current_fowner(file_f_owner(file))) { in hook_file_set_fowner()
/linux/include/linux/
H A Dfs.h1339 static inline struct fown_struct *file_f_owner(const struct file *file) in file_f_owner() function