Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/xen/gntdev/
H A Dgntdev.c102 struct file_offset_struct { struct
103 RB_ENTRY(file_offset_struct) next;
109 offset_cmp(struct file_offset_struct *f1, struct file_offset_struct *f2) in offset_cmp() argument
114 RB_HEAD(file_offset_head, file_offset_struct);
115 RB_GENERATE_STATIC(file_offset_head, file_offset_struct, next, offset_cmp);
132 struct file_offset_struct *offset, *offset_tmp; in get_file_offset()
161 struct file_offset_struct *offset, *offset_nxt, *offset_prv; in put_file_offset()
949 struct file_offset_struct *offset, *offset_tmp; in per_user_data_dtor()
993 struct file_offset_struct *offset; in gntdev_open()