Lines Matching defs:filp
31 static int setfl(int fd, struct file * filp, unsigned long arg) in setfl()
83 static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, in f_modown()
101 int __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown()
115 int f_setown(struct file *filp, unsigned long arg, int force) in f_setown()
134 void f_delown(struct file *filp) in f_delown()
139 pid_t f_getown(struct file *filp) in f_getown()
150 static int f_setown_ex(struct file *filp, unsigned long arg) in f_setown_ex()
190 static int f_getown_ex(struct file *filp, unsigned long arg) in f_getown_ex()
227 static int f_getowner_uids(struct file *filp, unsigned long arg) in f_getowner_uids()
245 static int f_getowner_uids(struct file *filp, unsigned long arg) in f_getowner_uids()
252 struct file *filp) in do_fcntl()
565 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
613 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
647 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
676 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()