Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfcntl.c109 int f_setown(struct file *filp, int who, int force) in f_setown() function
138 EXPORT_SYMBOL(f_setown);
371 err = f_setown(filp, argi, 1); in do_fcntl()
/openbmc/linux/include/linux/
H A Dfs.h1105 extern int f_setown(struct file *filp, int who, int force);
/openbmc/linux/net/
H A Dsocket.c1284 err = f_setown(sock->file, pid, 1); in sock_ioctl()