Home
last modified time | relevance | path

Searched defs:loff_t (Results 1 – 9 of 9) sorted by relevance

/linux/mm/
H A Dfadvise.c201 SYSCALL_DEFINE4(fadvise64_64, int, fd, loff_t, offset, loff_t, len, int, advice) in SYSCALL_DEFINE4() argument
208 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offse argument
[all...]
H A Dreadahead.c725 SYSCALL_DEFINE3(readahead, int, fd, loff_t, offset, size_t, count) in SYSCALL_DEFINE3() argument
/linux/fs/
H A Dsync.c363 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes, in SYSCALL_DEFINE4() argument
381 loff_t, offse in SYSCALL_DEFINE4() argument
[all...]
H A Dread_write.c769 SYSCALL_DEFINE4(pread64,unsigned int,fd,char __user *,buf,size_t,count,loff_t,pos) SYSCALL_DEFINE4() argument
799 SYSCALL_DEFINE4(pwrite64,unsigned int,fd,const char __user *,buf,size_t,count,loff_t,pos) SYSCALL_DEFINE4() argument
1223 COMPAT_SYSCALL_DEFINE4(preadv64,unsigned long,fd,const struct iovec __user *,vec,unsigned long,vlen,loff_t,pos) COMPAT_SYSCALL_DEFINE4() argument
1241 COMPAT_SYSCALL_DEFINE5(preadv64v2,unsigned long,fd,const struct iovec __user *,vec,unsigned long,vlen,loff_t,pos,rwf_t,flags) COMPAT_SYSCALL_DEFINE5() argument
1264 COMPAT_SYSCALL_DEFINE4(pwritev64,unsigned long,fd,const struct iovec __user *,vec,unsigned long,vlen,loff_t,pos) COMPAT_SYSCALL_DEFINE4() argument
1282 COMPAT_SYSCALL_DEFINE5(pwritev64v2,unsigned long,fd,const struct iovec __user *,vec,unsigned long,vlen,loff_t,pos,rwf_t,flags) COMPAT_SYSCALL_DEFINE5() argument
[all...]
/linux/arch/csky/kernel/
H A Dsyscall.c39 loff_t, offset, in SYSCALL_DEFINE4() argument
/linux/drivers/firmware/google/
H A Dmemconsole.c34 void memconsole_setup(ssize_t (*read_func)(char *, loff_t, size_t)) in memconsole_setup() argument
/linux/fs/hpfs/
H A Ddnode.c75 for_all_poss(struct inode * inode,void (* f)(loff_t *,loff_t,loff_t),loff_t p1,loff_t p2) for_all_poss() argument
[all...]
/linux/include/linux/
H A Dtypes.h52 typedef __kernel_loff_t loff_t; typedef
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1523 _iwl_dbgfs_link_sta_wrap_write(ssize_t (* real)(struct ieee80211_link_sta *,struct iwl_mvm_sta *,struct iwl_mvm *,struct iwl_mvm_link_sta *,char *,size_t,loff_t *),struct file * file,char * buf,size_t buf_size,loff_t * ppos) _iwl_dbgfs_link_sta_wrap_write() argument
1555 _iwl_dbgfs_link_sta_wrap_read(ssize_t (* real)(struct ieee80211_link_sta *,struct iwl_mvm_sta *,struct iwl_mvm *,struct iwl_mvm_link_sta *,char __user *,size_t,loff_t *),struct file * file,char __user * user_buf,size_t count,loff_t * ppos) _iwl_dbgfs_link_sta_wrap_read() argument
[all...]