Searched refs:__f_setown (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/ |
D | fcntl.c | 105 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown() function 111 EXPORT_SYMBOL(__f_setown); 137 __f_setown(filp, pid, type, force); in f_setown() 194 __f_setown(filp, pid, type, 1); in f_setown_ex()
|
D | locks.c | 603 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in lease_setup()
|
/Linux-v5.4/fs/notify/dnotify/ |
D | dnotify.c | 357 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()
|
/Linux-v5.4/drivers/tty/ |
D | tty_io.c | 2145 __f_setown(filp, pid, type, 0); in __tty_fasync()
|
/Linux-v5.4/include/linux/ |
D | fs.h | 1352 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
/Linux-v5.4/drivers/net/ |
D | tun.c | 3396 __f_setown(file, task_pid(current), PIDTYPE_TGID, 0); in tun_chr_fasync()
|