Home
last modified time | relevance | path

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

/linux/fs/
H A Dfcntl.c127 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown() function
151 EXPORT_SYMBOL(__f_setown);
183 __f_setown(filp, pid, type, force); in f_setown()
192 __f_setown(filp, NULL, PIDTYPE_TGID, 1); in f_delown()
254 __f_setown(filp, pid, type, 1); in f_setown_ex()
/linux/fs/notify/dnotify/
H A Ddnotify.c369 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()