Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dfcntl.c109 void f_setown(struct file *filp, unsigned long arg, int force) in f_setown() function
124 EXPORT_SYMBOL(f_setown);
297 f_setown(filp, arg, 1); in do_fcntl()
/linux-4.4.14/include/linux/
Dfs.h1247 extern void f_setown(struct file *filp, unsigned long arg, int force);
/linux-4.4.14/net/
Dsocket.c911 f_setown(sock->file, pid, 1); in sock_ioctl()