Searched defs:dio (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/sys/vfs/hammer2/ |
H A D | hammer2_io.c | 88 #define DIO_RECORD(dio) argument 103 hammer2_io_t *dio; in hammer2_io_alloc() local 180 hammer2_io_t *dio; in _hammer2_io_getblk() local 391 hammer2_io_t *dio; in _hammer2_io_putblk() local 555 hammer2_io_data(hammer2_io_t *dio, off_t lbase) in hammer2_io_data() 590 hammer2_io_t *dio; in _hammer2_io_bread() local 610 hammer2_io_t *dio; in _hammer2_io_getquick() local 642 hammer2_io_setdirty(hammer2_io_t *dio) in hammer2_io_setdirty() 664 hammer2_io_inval(hammer2_io_t *dio, hammer2_off_t data_off, u_int bytes) in hammer2_io_inval() 689 hammer2_io_t *dio; in hammer2_io_dedup_set() local [all …]
|
H A D | hammer2_strategy.c | 1059 hammer2_io_t *dio; in hammer2_compress_and_write() local 1286 hammer2_io_t *dio; in hammer2_write_bp() local 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() local
|
H A D | hammer2_chain.c | 707 hammer2_io_t *dio; in hammer2_chain_drop_data() local 924 hammer2_io_t *dio; in hammer2_chain_load_data() local 1134 hammer2_io_t *dio; in hammer2_chain_unlock() local 1441 hammer2_io_t *dio; in hammer2_chain_modify() local
|
H A D | hammer2_freemap.c | 725 hammer2_io_t *dio; in hammer2_bmap_alloc() local
|
H A D | hammer2.h | 333 hammer2_io_t *dio; /* physical data buffer */ member 1286 hammer2_dedup_mask(hammer2_io_t *dio, hammer2_off_t data_off, u_int bytes) in hammer2_dedup_mask() 1674 #define hammer2_io_ref(dio) \ argument 1702 #define hammer2_io_ref(dio) \ argument
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_io.c | 91 #define DIO_RECORD(dio) argument 106 hammer2_io_t *dio; in hammer2_io_alloc() local 183 hammer2_io_t *dio; in _hammer2_io_getblk() local 402 hammer2_io_t *dio; in _hammer2_io_putblk() local 572 hammer2_io_data(hammer2_io_t *dio, off_t lbase) in hammer2_io_data() 607 hammer2_io_t *dio; in _hammer2_io_bread() local 627 hammer2_io_t *dio; in _hammer2_io_getquick() local 659 hammer2_io_setdirty(hammer2_io_t *dio) in hammer2_io_setdirty() 681 hammer2_io_inval(hammer2_io_t *dio, hammer2_off_t data_off, u_int bytes) in hammer2_io_inval() 706 hammer2_io_t *dio; in hammer2_io_dedup_set() local [all …]
|
H A D | hammer2_strategy.c | 1083 hammer2_io_t *dio; in hammer2_compress_and_write() local 1310 hammer2_io_t *dio; in hammer2_write_bp() local 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() local
|
H A D | hammer2_chain.c | 713 hammer2_io_t *dio; in hammer2_chain_drop_data() local 930 hammer2_io_t *dio; in hammer2_chain_load_data() local 1140 hammer2_io_t *dio; in hammer2_chain_unlock() local 1447 hammer2_io_t *dio; in hammer2_chain_modify() local
|
H A D | hammer2_freemap.c | 729 hammer2_io_t *dio; in hammer2_bmap_alloc() local
|
H A D | hammer2.h | 372 hammer2_io_t *dio; /* physical data buffer */ member 1331 hammer2_dedup_mask(hammer2_io_t *dio, hammer2_off_t data_off, u_int bytes) in hammer2_dedup_mask() 1735 #define hammer2_io_ref(dio) \ argument 1763 #define hammer2_io_ref(dio) \ argument
|
/dflybsd-src/test/debug/ |
H A D | h2dio.c | 121 hammer2_io_t dio; in h2dioscan() local
|
/dflybsd-src/contrib/tcpdump/ |
H A D | print-icmp6.c | 852 const struct nd_rpl_dio *dio = (const struct nd_rpl_dio *)bp; in rpl_dio_print() local
|