Lines Matching defs:file_offset_struct
99 struct file_offset_struct {
100 RB_ENTRY(file_offset_struct) next;
106 offset_cmp(struct file_offset_struct *f1, struct file_offset_struct *f2)
111 RB_HEAD(file_offset_head, file_offset_struct);
112 RB_GENERATE_STATIC(file_offset_head, file_offset_struct, next, offset_cmp);
129 struct file_offset_struct *offset, *offset_tmp;
158 struct file_offset_struct *offset, *offset_nxt, *offset_prv;
937 struct file_offset_struct *offset, *offset_tmp;
981 struct file_offset_struct *offset;