Searched refs:__f_setown (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | fcntl.c | 212 int __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown() function 225 EXPORT_SYMBOL(__f_setown); 240 result = __f_setown(filp, pid, type, force); in f_setown()
|
D | locks.c | 1515 error = __f_setown(filp, task_pid(current), PIDTYPE_PID, 0); in fcntl_setlease()
|
/fs/notify/dnotify/ |
D | dnotify.c | 106 error = __f_setown(filp, task_pid(current), PIDTYPE_PID, 0); in fcntl_dirnotify()
|