Searched refs:__f_setown (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/ |
H A D | fcntl.c | 89 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown() function 107 EXPORT_SYMBOL(__f_setown); 133 __f_setown(filp, pid, type, force); in f_setown() 142 __f_setown(filp, NULL, PIDTYPE_TGID, 1); in f_delown() 195 __f_setown(filp, pid, type, 1); in f_setown_ex()
|
H A D | locks.c | 540 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in lease_setup()
|
/openbmc/linux/fs/notify/dnotify/ |
H A D | dnotify.c | 369 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_io.c | 2238 __f_setown(filp, pid, type, 0); in __tty_fasync()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 1104 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
/openbmc/linux/drivers/net/ |
H A D | tun.c | 3459 __f_setown(file, task_pid(current), PIDTYPE_TGID, 0); in tun_chr_fasync()
|