Lines Matching refs:fd
92 long compat_sys_s390_fchown16(unsigned int fd, u16 user, u16 group);
110 long compat_sys_s390_ftruncate64(unsigned int fd, u32 high, u32 low);
111 long compat_sys_s390_pread64(unsigned int fd, char __user *ubuf, compat_size_t count, u32 high, u32…
112 long compat_sys_s390_pwrite64(unsigned int fd, const char __user *ubuf, compat_size_t count, u32 hi…
113 long compat_sys_s390_readahead(int fd, u32 high, u32 low, s32 count);
116 long compat_sys_s390_fstat64(unsigned int fd, struct stat64_emu31 __user *statbuf);
120 long compat_sys_s390_read(unsigned int fd, char __user * buf, compat_size_t count);
121 long compat_sys_s390_write(unsigned int fd, const char __user * buf, compat_size_t count);
122 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
124 long compat_sys_s390_sync_file_range(int fd, u32 offhigh, u32 offlow, u32 nhigh, u32 nlow, unsigned…
125 long compat_sys_s390_fallocate(int fd, int mode, u32 offhigh, u32 offlow, u32 lenhigh, u32 lenlow);