Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dfcntl.c114 int f_setown(struct file *filp, unsigned long arg, int force) in f_setown() function
143 EXPORT_SYMBOL(f_setown);
393 err = f_setown(filp, arg, 1); in do_fcntl()
/Linux-v5.15/include/linux/
Dfs.h1385 extern int f_setown(struct file *filp, unsigned long arg, int force);
/Linux-v5.15/net/
Dsocket.c1178 err = f_setown(sock->file, pid, 1); in sock_ioctl()