pos_l            1135 fs/read_write.c 		unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h)
pos_l            1137 fs/read_write.c 	loff_t pos = pos_from_hilo(pos_h, pos_l);
pos_l            1143 fs/read_write.c 		unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h,
pos_l            1146 fs/read_write.c 	loff_t pos = pos_from_hilo(pos_h, pos_l);
pos_l            1155 fs/read_write.c 		unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h)
pos_l            1157 fs/read_write.c 	loff_t pos = pos_from_hilo(pos_h, pos_l);
pos_l            1163 fs/read_write.c 		unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h,
pos_l            1166 fs/read_write.c 	loff_t pos = pos_from_hilo(pos_h, pos_l);
pos_l             477 include/linux/syscalls.h 			   unsigned long vlen, unsigned long pos_l, unsigned long pos_h);
pos_l             479 include/linux/syscalls.h 			    unsigned long vlen, unsigned long pos_l, unsigned long pos_h);
pos_l             978 include/linux/syscalls.h 			    unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
pos_l             981 include/linux/syscalls.h 			    unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
pos_l            1057 sound/soc/uniphier/aio-core.c 	u32 pos_u, pos_l;
pos_l            1064 sound/soc/uniphier/aio-core.c 		regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l);
pos_l            1066 sound/soc/uniphier/aio-core.c 	regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l);
pos_l            1070 sound/soc/uniphier/aio-core.c 	return ((u64)pos_u << 32) | pos_l;
pos_l            1090 sound/soc/uniphier/aio-core.c 	u32 pos_u, pos_l;
pos_l            1097 sound/soc/uniphier/aio-core.c 		regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l);
pos_l            1099 sound/soc/uniphier/aio-core.c 	regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l);
pos_l            1103 sound/soc/uniphier/aio-core.c 	return ((u64)pos_u << 32) | pos_l;