Home
last modified time | relevance | path

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

/linux/fs/
H A Dfcntl.c99 f_owner = file_f_owner(file); in file_f_owner_allocate()
120 f_owner = file_f_owner(file); in file_f_owner_release()
132 f_owner = file_f_owner(filp); in __f_setown()
200 f_owner = file_f_owner(filp); in f_getown()
268 f_owner = file_f_owner(filp); in f_getown_ex()
316 f_owner = file_f_owner(filp); in f_getowner_uids()
438 f_owner = file_f_owner(filp); in f_owner_sig()
947 fown = file_f_owner(file); in send_sigurg()
1126 fown = file_f_owner(fa->fa_file); in kill_fasync_rcu()
H A Dlocks.c1454 file_f_owner(filp)->signum = 0; in lease_modify()
/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.c1804 if (control_current_fowner(file_f_owner(file))) { in hook_file_set_fowner()
/linux/include/linux/
H A Dfs.h1179 static inline struct fown_struct *file_f_owner(const struct file *file) in file_f_owner() function