Searched refs:__f_setown (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/fs/ |
D | fcntl.c | 218 int __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown() function 230 EXPORT_SYMBOL(__f_setown); 245 result = __f_setown(filp, pid, type, force); in f_setown() 301 ret = __f_setown(filp, pid, type, 1); in f_setown_ex()
|
D | locks.c | 1563 error = __f_setown(filp, task_pid(current), PIDTYPE_PID, 0); in do_fcntl_add_lease()
|
/linux-3.4.99/fs/notify/dnotify/ |
D | dnotify.c | 366 error = __f_setown(filp, task_pid(current), PIDTYPE_PID, 0); in fcntl_dirnotify()
|
/linux-3.4.99/drivers/net/ |
D | tun.c | 1506 ret = __f_setown(file, task_pid(current), PIDTYPE_PID, 0); in tun_chr_fasync()
|
/linux-3.4.99/include/linux/ |
D | fs.h | 1401 extern int __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
/linux-3.4.99/drivers/tty/ |
D | tty_io.c | 2087 retval = __f_setown(filp, pid, type, 0); in __tty_fasync()
|