Searched refs:iocs_store_buffer_entry (Results 1 – 3 of 3) sorted by relevance
429 construct_iocs_sbe_from_vnode(struct vnode *vp, struct iocs_store_buffer_entry *iocs_sbe) in construct_iocs_sbe_from_vnode()459 struct iocs_store_buffer_entry *iocs_sbe = NULL; in vnode_iocs_record_and_free()475 iocs_store_buffer.current_position += sizeof(struct iocs_store_buffer_entry); in vnode_iocs_record_and_free()477 …if (iocs_store_buffer.current_position + sizeof(struct iocs_store_buffer_entry) > IOCS_STORE_BUFFE… in vnode_iocs_record_and_free()482 iocs_sb_bytes_since_last_mark += sizeof(struct iocs_store_buffer_entry); in vnode_iocs_record_and_free()483 iocs_sb_bytes_since_last_notification += sizeof(struct iocs_store_buffer_entry); in vnode_iocs_record_and_free()516 struct iocs_store_buffer_entry iocs_sbe_next; in vnode_iocs_callback()518 if ((current_offset + sizeof(struct iocs_store_buffer_entry)) < length) { in vnode_iocs_callback()527 current_offset += sizeof(struct iocs_store_buffer_entry); in vnode_iocs_callback()585 req->oldidx = numvnodes * sizeof(struct iocs_store_buffer_entry);[all …]
57 …ine IOCS_STORE_BUFFER_SIZE (IOCS_STORE_BUFFER_NUM_SLOTS * (sizeof(struct iocs_store_buffer_entry)))
2729 struct iocs_store_buffer_entry { struct