Lines Matching defs:fd
35 static int setfl(int fd, struct file * filp, unsigned long arg) in setfl()
330 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl()
456 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
480 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, in SYSCALL_DEFINE3() argument
618 static long do_compat_fcntl64(unsigned int fd, unsigned int cmd, in do_compat_fcntl64()
683 COMPAT_SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
689 COMPAT_SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, in COMPAT_SYSCALL_DEFINE3() argument
734 int fd, int reason, enum pid_type type) in send_sigio_to_task()
788 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio()
927 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
961 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
990 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()