Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c149 pid_t f_getown(struct file *filp) in f_getown() function
388 err = f_getown(filp); in do_fcntl()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1372 extern pid_t f_getown(struct file *filp);
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c1122 err = put_user(f_getown(sock->file), in sock_ioctl()