Lines Matching defs:fd
35 static int setfl(int fd, struct file * filp, unsigned long arg) in setfl()
322 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl()
448 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
472 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, in SYSCALL_DEFINE3() argument
610 static long do_compat_fcntl64(unsigned int fd, unsigned int cmd, in do_compat_fcntl64()
675 COMPAT_SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
681 COMPAT_SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
726 int fd, int reason, enum pid_type type) in send_sigio_to_task()
778 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio()
915 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
949 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
978 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()