Lines Matching defs:filp
40 static int setfl(int fd, struct file * filp, unsigned int arg) in setfl()
128 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown()
154 int f_setown(struct file *filp, int who, int force) in f_setown()
191 void f_delown(struct file *filp) in f_delown()
196 pid_t f_getown(struct file *filp) in f_getown()
217 static int f_setown_ex(struct file *filp, unsigned long arg) in f_setown_ex()
261 static int f_getown_ex(struct file *filp, unsigned long arg) in f_getown_ex()
309 static int f_getowner_uids(struct file *filp, unsigned long arg) in f_getowner_uids()
331 static int f_getowner_uids(struct file *filp, unsigned long arg) in f_getowner_uids()
396 static long f_dupfd_query(int fd, struct file *filp) in f_dupfd_query()
412 static long f_created_query(const struct file *filp) in f_created_query()
417 static int f_owner_sig(struct file *filp, int signum, bool setsig) in f_owner_sig()
442 struct file *filp) in do_fcntl()
993 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
1041 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
1075 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
1104 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()