Lines Matching refs:fd
63 COMPAT_SYSCALL_WRAP1(close, unsigned int, fd);
96 COMPAT_SYSCALL_WRAP2(fchmod, unsigned int, fd, umode_t, mode);
101 COMPAT_SYSCALL_WRAP1(fsync, unsigned int, fd);
109 COMPAT_SYSCALL_WRAP1(fchdir, unsigned int, fd);
113 COMPAT_SYSCALL_WRAP5(llseek, unsigned int, fd, unsigned long, high, unsigned long, low, loff_t __us…
114 COMPAT_SYSCALL_WRAP2(flock, unsigned int, fd, unsigned int, cmd);
117 COMPAT_SYSCALL_WRAP1(fdatasync, unsigned int, fd);
138 COMPAT_SYSCALL_WRAP3(fchown, unsigned int, fd, uid_t, user, gid_t, group);
153 COMPAT_SYSCALL_WRAP5(fsetxattr, int, fd, const char __user *, name, const void __user *, value, siz…
154 COMPAT_SYSCALL_WRAP3(getdents64, unsigned int, fd, struct linux_dirent64 __user *, dirent, unsigned…
157 COMPAT_SYSCALL_WRAP4(fgetxattr, int, fd, const char __user *, name, void __user *, value, size_t, s…
160 COMPAT_SYSCALL_WRAP3(flistxattr, int, fd, char __user *, list, size_t, size);
163 COMPAT_SYSCALL_WRAP2(fremovexattr, int, fd, const char __user *, name);
167 COMPAT_SYSCALL_WRAP4(epoll_ctl, int, epfd, int, op, int, fd, struct epoll_event __user *, event);
179 COMPAT_SYSCALL_WRAP3(inotify_add_watch, int, fd, const char __user *, path, u32, mask);
180 COMPAT_SYSCALL_WRAP2(inotify_rm_watch, int, fd, __s32, wd);
209 COMPAT_SYSCALL_WRAP1(syncfs, int, fd);
210 COMPAT_SYSCALL_WRAP2(setns, int, fd, int, nstype);
213 COMPAT_SYSCALL_WRAP3(finit_module, int, fd, const char __user *, uargs, int, flags);