Searched refs:f_setown (Results 1 – 3 of 3) sorted by relevance
153 int f_setown(struct file *filp, int who, int force) in f_setown() function188 EXPORT_SYMBOL(f_setown);514 err = f_setown(filp, argi, 1); in do_fcntl()
1393 extern int f_setown(struct file *filp, int who, int force);
1316 err = f_setown(sock->file, pid, 1); in sock_ioctl()