Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfcntl.c154 int f_setown(struct file *filp, int who, int force) in f_setown() function
189 EXPORT_SYMBOL(f_setown);
510 err = f_setown(filp, argi, 1); in do_fcntl()
/linux-6.12.1/include/linux/
Dfs.h1164 extern int f_setown(struct file *filp, int who, int force);
/linux-6.12.1/net/
Dsocket.c1289 err = f_setown(sock->file, pid, 1); in sock_ioctl()