Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dfcntl.c153 int f_setown(struct file *filp, int who, int force) in f_setown() function
188 EXPORT_SYMBOL(f_setown);
515 err = f_setown(filp, argi, 1); in do_fcntl()
/linux-6.15/net/
H A Dsocket.c1252 err = f_setown(sock->file, pid, 1); in sock_ioctl()
/linux-6.15/include/linux/
H A Dfs.h1215 extern int f_setown(struct file *filp, int who, int force);