Home
last modified time | relevance | path

Searched refs:__f_setown (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c105 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()
199 __f_setown(filp, pid, type, 1); in f_setown_ex()
H A Dlocks.c603 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in lease_setup()
/OK3568_Linux_fs/kernel/fs/notify/dnotify/
H A Ddnotify.c351 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_io.c2226 __f_setown(filp, pid, type, 0); in __tty_fasync()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1369 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c3427 __f_setown(file, task_pid(current), PIDTYPE_TGID, 0); in tun_chr_fasync()