Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_io_compression_stats.c429 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 …]
H A Dvfs_io_compression_stats.h57 …ine IOCS_STORE_BUFFER_SIZE (IOCS_STORE_BUFFER_NUM_SLOTS * (sizeof(struct iocs_store_buffer_entry)))
/xnu-11215/bsd/sys/
H A Dvnode.h2729 struct iocs_store_buffer_entry { struct