Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c113 int f_setown(struct file *filp, unsigned long arg, int force) in f_setown() function
142 EXPORT_SYMBOL(f_setown);
392 err = f_setown(filp, arg, 1); in do_fcntl()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1370 extern int f_setown(struct file *filp, unsigned long arg, int force);
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c1118 err = f_setown(sock->file, pid, 1); in sock_ioctl()