Home | History | Annotate | Download | only in ext2fs

Lines Matching full:long

42 extern long long llseek (int fd, long long offset, int origin);
62 static int _llseek (unsigned int, unsigned long,
63 unsigned long, ext2_loff_t *, unsigned int);
65 static _syscall5(int,_llseek,unsigned int,fd,unsigned long,offset_high,
66 unsigned long, offset_low,ext2_loff_t *,result,
76 retval = _llseek(fd, ((unsigned long long) offset) >> 32,
78 retval = syscall(__NR__llseek, fd, (unsigned long long) (offset >> 32),
80 ((unsigned long long) offset) & 0xffffffff,