Home
last modified time | relevance | path

Searched refs:lseek (Results 1 – 3 of 3) sorted by relevance

/fs/cifs/
Dcifsproto.h286 const __u64 lseek, unsigned int *nbytes, char **buf,
290 const __u64 lseek, unsigned int *nbytes,
Dcifssmb.c1404 const unsigned int count, const __u64 lseek, unsigned int *nbytes, in CIFSSMBRead() argument
1420 if ((lseek >> 32) > 0) { in CIFSSMBRead()
1437 pSMB->OffsetLow = cpu_to_le32(lseek & 0xFFFFFFFF); in CIFSSMBRead()
1439 pSMB->OffsetHigh = cpu_to_le32(lseek >> 32); in CIFSSMBRead()
/fs/
Dread_write.c150 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, origin) in SYSCALL_DEFINE3() argument