Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/xen/gntdev/
H A Dgntdev.c100 struct file_offset_struct { struct
101 RB_ENTRY(file_offset_struct) next;
107 offset_cmp(struct file_offset_struct *f1, struct file_offset_struct *f2) in offset_cmp() argument
112 RB_HEAD(file_offset_head, file_offset_struct);
113 RB_GENERATE_STATIC(file_offset_head, file_offset_struct, next, offset_cmp);
130 struct file_offset_struct *offset, *offset_tmp; in get_file_offset()
159 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()