Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer2/
H A Dhammer2_io.c99 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()
391 hammer2_io_t *dio; in _hammer2_io_putblk()
590 hammer2_io_t *dio; in _hammer2_io_bread()
606 hammer2_io_t *
610 hammer2_io_t *dio; in _hammer2_io_getquick()
689 hammer2_io_t *dio; in hammer2_io_dedup_set()
[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;
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);
1642 void hammer2_io_setdirty(hammer2_io_t *dio);
1649 int _hammer2_io_bwrite(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()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_io.c102 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()
402 hammer2_io_t *dio; in _hammer2_io_putblk()
607 hammer2_io_t *dio; in _hammer2_io_bread()
623 hammer2_io_t *
627 hammer2_io_t *dio; in _hammer2_io_getquick()
706 hammer2_io_t *dio; in hammer2_io_dedup_set()
[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;
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);
1703 void hammer2_io_setdirty(hammer2_io_t *dio);
1710 int _hammer2_io_bwrite(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()
/dragonfly/test/debug/
H A Dh2dio.c121 hammer2_io_t dio; in h2dioscan()