• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/

Lines Matching defs:int

28 void set_close_on_exec(unsigned int fd, int flag)
41 static int get_close_on_exec(unsigned int fd)
45 int res;
53 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags)
55 int err = -EBADF;
116 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd)
120 int retval = oldfd;
131 SYSCALL_DEFINE1(dup, unsigned int, fildes)
133 int ret = -EBADF;
148 static int setfl(int fd, struct file * filp, unsigned long arg)
151 int error = 0;
201 int force)
218 int __f_setown(struct file *filp, struct pid *pid, enum pid_type type,
219 int force)
221 int err;
232 int f_setown(struct file *filp, unsigned long arg, int force)
236 int who = arg;
237 int result;
267 static int f_setown_ex(struct file *filp, unsigned long arg)
272 int type;
273 int ret;
307 static int f_getown_ex(struct file *filp, unsigned long arg)
311 int ret = 0;
343 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg,
422 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg)
445 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd,
493 static inline int sigio_perm(struct task_struct *p,
494 struct fown_struct *fown, int sig)
497 int ret;
511 int fd, int reason, int group)
517 int signum = ACCESS_ONCE(fown->signum);
551 void send_sigio(struct fown_struct *fown, int fd, int band)
556 int group = 1;
580 struct fown_struct *fown, int group)
586 int send_sigurg(struct fown_struct *fown)
591 int group = 1;
592 int ret = 0;
636 static int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp)
639 int result = 0;
669 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp)
672 int result = 0;
713 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp)
725 static void kill_fasync_rcu(struct fasync_struct *fa, int sig, int band)
750 void kill_fasync(struct fasync_struct **fp, int sig, int band)
763 static int __init fcntl_init(void)