Home | History | Annotate | Download | only in linux

Lines Matching refs:offset_v2

369 struct offset_v2 {
373 static __inline__ __u16 offset_v2_k_type(const struct offset_v2 *v2)
379 static __inline__ void set_offset_v2_k_type(struct offset_v2 *v2, int type)
385 static __inline__ loff_t offset_v2_k_offset(const struct offset_v2 *v2)
390 static __inline__ void set_offset_v2_k_offset(struct offset_v2 *v2, loff_t offset)
404 struct offset_v2 k_offset_v2;