Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/include/linux/
Dfs.h1103 extern int f_setown(struct file *filp, int who, int force);
/Linux-v6.6/net/
Dsocket.c1282 err = f_setown(sock->file, pid, 1); in sock_ioctl()