Home
last modified time | relevance | path

Searched refs:pos_low (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dcompat.h241 unsigned long vlen, u32 pos_low, u32 pos_high);
244 unsigned long vlen, u32 pos_low, u32 pos_high);
/linux-2.6.39/fs/
Dcompat.c1191 unsigned long vlen, u32 pos_low, u32 pos_high) in compat_sys_preadv() argument
1193 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in compat_sys_preadv()
1250 unsigned long vlen, u32 pos_low, u32 pos_high) in compat_sys_pwritev() argument
1252 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in compat_sys_pwritev()