Lines Matching defs:fd
28 void set_close_on_exec(unsigned int fd, int flag) in set_close_on_exec()
41 static int get_close_on_exec(unsigned int fd) in get_close_on_exec()
148 static int setfl(int fd, struct file * filp, unsigned long arg) in setfl()
343 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl()
442 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
545 int fd, int reason, int group) in send_sigio_to_task()
585 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio()
718 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
752 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
781 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()