Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/hammer2/
H A Dhammer2_io.c51 static void dio_write_stats_update(hammer2_io_t *dio, struct buf *bp);
53 static hammer2_io_t *hammer2_io_hash_lookup(hammer2_dev_t *hmp,
55 static hammer2_io_t *hammer2_io_hash_enter(hammer2_dev_t *hmp,
56 hammer2_io_t *dio, uint64_t *refsp);
74 DIO_RECORD(hammer2_io_t *dio HAMMER2_IO_DEBUG_ARGS) in DIO_RECORD()
99 hammer2_io_t *
103 hammer2_io_t *dio; in hammer2_io_alloc()
104 hammer2_io_t *xio; in hammer2_io_alloc()
176 hammer2_io_t *
180 hammer2_io_t *dio; in _hammer2_io_getblk()
[all …]
H A Dhammer2.h296 typedef struct hammer2_io hammer2_io_t; typedef
333 hammer2_io_t *dio; /* physical data buffer */
912 hammer2_io_t *focus_dio;
1286 hammer2_dedup_mask(hammer2_io_t *dio, hammer2_off_t data_off, u_int bytes) in hammer2_dedup_mask()
1627 void hammer2_io_inval(hammer2_io_t *dio, hammer2_off_t data_off, u_int bytes);
1629 char *hammer2_io_data(hammer2_io_t *dio, off_t lbase);
1630 void hammer2_io_bkvasync(hammer2_io_t *dio);
1637 hammer2_io_t **diop);
1639 hammer2_io_t **diop);
1641 hammer2_io_t **diop HAMMER2_IO_DEBUG_ARGS);
[all …]
H A Dhammer2_strategy.c1059 hammer2_io_t *dio; in hammer2_compress_and_write()
1286 hammer2_io_t *dio; in hammer2_write_bp()
1378 hammer2_dedup_record(hammer2_chain_t *chain, hammer2_io_t *dio, in hammer2_dedup_record()
1506 hammer2_io_t *dio; in hammer2_dedup_lookup()
H A Dhammer2_chain.c704 static hammer2_io_t *
707 hammer2_io_t *dio; in hammer2_chain_drop_data()
924 hammer2_io_t *dio; in hammer2_chain_load_data()
1134 hammer2_io_t *dio; in hammer2_chain_unlock()
1441 hammer2_io_t *dio; in hammer2_chain_modify()
1855 hammer2_io_t *tio; in hammer2_chain_modify()
H A Dhammer2_freemap.c725 hammer2_io_t *dio; in hammer2_bmap_alloc()
H A Dhammer2_flush.c930 hammer2_io_t *dio; in hammer2_flush_core()
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_io.c54 static void dio_write_stats_update(hammer2_io_t *dio, struct m_buf *bp);
56 static hammer2_io_t *hammer2_io_hash_lookup(hammer2_dev_t *hmp,
58 static hammer2_io_t *hammer2_io_hash_enter(hammer2_dev_t *hmp,
59 hammer2_io_t *dio, uint64_t *refsp);
77 DIO_RECORD(hammer2_io_t *dio HAMMER2_IO_DEBUG_ARGS) in DIO_RECORD()
102 hammer2_io_t *
106 hammer2_io_t *dio; in hammer2_io_alloc()
107 hammer2_io_t *xio; in hammer2_io_alloc()
179 hammer2_io_t *
183 hammer2_io_t *dio; in _hammer2_io_getblk()
[all …]
H A Dhammer2.h335 typedef struct hammer2_io hammer2_io_t; typedef
372 hammer2_io_t *dio; /* physical data buffer */
954 hammer2_io_t *focus_dio;
1331 hammer2_dedup_mask(hammer2_io_t *dio, hammer2_off_t data_off, u_int bytes) in hammer2_dedup_mask()
1688 void hammer2_io_inval(hammer2_io_t *dio, hammer2_off_t data_off, u_int bytes);
1690 char *hammer2_io_data(hammer2_io_t *dio, off_t lbase);
1691 void hammer2_io_bkvasync(hammer2_io_t *dio);
1698 hammer2_io_t **diop);
1700 hammer2_io_t **diop);
1702 hammer2_io_t **diop HAMMER2_IO_DEBUG_ARGS);
[all …]
H A Dhammer2_strategy.c1083 hammer2_io_t *dio; in hammer2_compress_and_write()
1310 hammer2_io_t *dio; in hammer2_write_bp()
1402 hammer2_dedup_record(hammer2_chain_t *chain, hammer2_io_t *dio, in hammer2_dedup_record()
1530 hammer2_io_t *dio; in hammer2_dedup_lookup()
H A Dhammer2_chain.c710 static hammer2_io_t *
713 hammer2_io_t *dio; in hammer2_chain_drop_data()
930 hammer2_io_t *dio; in hammer2_chain_load_data()
1140 hammer2_io_t *dio; in hammer2_chain_unlock()
1447 hammer2_io_t *dio; in hammer2_chain_modify()
1861 hammer2_io_t *tio; in hammer2_chain_modify()
H A Dhammer2_freemap.c729 hammer2_io_t *dio; in hammer2_bmap_alloc()
H A Dhammer2_flush.c934 hammer2_io_t *dio; in hammer2_flush_core()
/dflybsd-src/test/debug/
H A Dh2dio.c121 hammer2_io_t dio; in h2dioscan()