Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dfcntl.c151 pid_t f_getown(struct file *filp) in f_getown() function
375 err = f_getown(filp); in do_fcntl()
/Linux-v6.6/include/linux/
Dfs.h1105 extern pid_t f_getown(struct file *filp);
/Linux-v6.6/net/
Dsocket.c1286 err = put_user(f_getown(sock->file), in sock_ioctl()