Searched refs:f_setown (Results 1 – 3 of 3) sorted by relevance
114 int f_setown(struct file *filp, unsigned long arg, int force) in f_setown() function143 EXPORT_SYMBOL(f_setown);377 err = f_setown(filp, arg, 1); in do_fcntl()
1368 extern int f_setown(struct file *filp, unsigned long arg, int force);
1229 err = f_setown(sock->file, pid, 1); in sock_ioctl()