Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dfcntl.c115 int f_setown(struct file *filp, int who, int force) in f_setown() function
144 EXPORT_SYMBOL(f_setown);
379 err = f_setown(filp, argi, 1); in do_fcntl()
/linux-6.6.21/include/linux/
Dfs.h1105 extern int f_setown(struct file *filp, int who, int force);
/linux-6.6.21/net/
Dsocket.c1284 err = f_setown(sock->file, pid, 1); in sock_ioctl()