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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfcntl.c232 int f_setown(struct file *filp, unsigned long arg, int force) function
249 EXPORT_SYMBOL(f_setown); variable
384 err = f_setown(filp, arg, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h1290 extern int f_setown(struct file *filp, unsigned long arg, int force);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/
H A Dsocket.c967 err = f_setown(sock->file, pid, 1);

Completed in 104 milliseconds