Home
last modified time | relevance | path

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

/fs/
Dfcntl.c212 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()
Dlocks.c1515 error = __f_setown(filp, task_pid(current), PIDTYPE_PID, 0); in fcntl_setlease()
/fs/notify/dnotify/
Ddnotify.c106 error = __f_setown(filp, task_pid(current), PIDTYPE_PID, 0); in fcntl_dirnotify()