Searched refs:__f_setown (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A 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); variable 137 __f_setown(filp, pid, type, force); in f_setown() 199 __f_setown(filp, pid, type, 1); in f_setown_ex()
|
H A D | locks.c | 603 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in lease_setup()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fcntl.c | 107 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown() function 113 EXPORT_SYMBOL(__f_setown); variable 139 __f_setown(filp, pid, type, force); in f_setown() 201 __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()
|
/kernel/linux/linux-5.10/fs/notify/dnotify/ |
H A D | dnotify.c | 351 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()
|
/kernel/linux/linux-6.6/fs/notify/dnotify/ |
H A D | dnotify.c | 369 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_io.c | 2229 __f_setown(filp, pid, type, 0); in __tty_fasync()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1344 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1104 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_io.c | 2238 __f_setown(filp, pid, type, 0); in __tty_fasync()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 3435 __f_setown(file, task_pid(current), PIDTYPE_TGID, 0); in tun_chr_fasync()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 3454 __f_setown(file, task_pid(current), PIDTYPE_TGID, 0); in tun_chr_fasync()
|
Completed in 43 milliseconds