Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c99 struct file_offset_struct { struct
100 RB_ENTRY(file_offset_struct) next;
106 offset_cmp(struct file_offset_struct *f1, struct file_offset_struct *f2) in offset_cmp() argument
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; in get_file_offset()
158 struct file_offset_struct *offset, *offset_nxt, *offset_prv; in put_file_offset()
948 struct file_offset_struct *offset, *offset_tmp; in per_user_data_dtor()
992 struct file_offset_struct *offset; in gntdev_open()