/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_xops.c | 176 hammer2_xop_feed(&xop->head, chain, clindex, error); in hammer2_xop_ipcluster() 224 error = hammer2_xop_feed(&xop->head, chain, clindex, 0); in hammer2_xop_readdir() 239 hammer2_xop_feed(&xop->head, NULL, clindex, error); in hammer2_xop_readdir() 306 error = hammer2_xop_feed(&xop->head, chain, clindex, error); in hammer2_xop_nresolve() 488 hammer2_xop_feed(&xop->head, chain, clindex, error); in hammer2_xop_unlink() 802 hammer2_xop_feed(&xop->head, NULL, clindex, error); in hammer2_xop_nrename() 848 error = hammer2_xop_feed(&xop->head, chain, clindex, 0); in hammer2_xop_scanlhc() 863 hammer2_xop_feed(&xop->head, NULL, clindex, error); in hammer2_xop_scanlhc() 906 hammer2_xop_feed(&xop->head, chain, clindex, error); in hammer2_xop_lookup() 954 hammer2_xop_feed(&xop->head, NULL, clindex, error); in hammer2_xop_delete() [all …]
|
H A D | hammer2_admin.c | 854 hammer2_xop_feed(hammer2_xop_head_t *xop, hammer2_chain_t *chain, in hammer2_xop_feed() function 1281 hammer2_xop_feed(xop, NULL, thr->clindex, in hammer2_primary_xops_thread()
|
H A D | hammer2_strategy.c | 329 error = hammer2_xop_feed(&xop->head, chain, clindex, error); in hammer2_xop_strategy_read() 615 hammer2_xop_feed(&xop->head, NULL, clindex, error); in hammer2_xop_strategy_write()
|
H A D | hammer2_flush.c | 1543 hammer2_xop_feed(&xop->head, NULL, clindex, total_error); in hammer2_xop_inode_flush()
|
H A D | hammer2.h | 1814 int hammer2_xop_feed(hammer2_xop_head_t *xop, hammer2_chain_t *chain,
|
/dflybsd-src/sys/vfs/hammer2/ |
H A D | hammer2_xops.c | 173 hammer2_xop_feed(&xop->head, chain, clindex, error); in hammer2_xop_ipcluster() 221 error = hammer2_xop_feed(&xop->head, chain, clindex, 0); in hammer2_xop_readdir() 236 hammer2_xop_feed(&xop->head, NULL, clindex, error); in hammer2_xop_readdir() 303 error = hammer2_xop_feed(&xop->head, chain, clindex, error); in hammer2_xop_nresolve() 485 hammer2_xop_feed(&xop->head, chain, clindex, error); in hammer2_xop_unlink() 799 hammer2_xop_feed(&xop->head, NULL, clindex, error); in hammer2_xop_nrename() 845 error = hammer2_xop_feed(&xop->head, chain, clindex, 0); in hammer2_xop_scanlhc() 860 hammer2_xop_feed(&xop->head, NULL, clindex, error); in hammer2_xop_scanlhc() 903 hammer2_xop_feed(&xop->head, chain, clindex, error); in hammer2_xop_lookup() 951 hammer2_xop_feed(&xop->head, NULL, clindex, error); in hammer2_xop_delete() [all …]
|
H A D | hammer2_admin.c | 792 hammer2_xop_feed(hammer2_xop_head_t *xop, hammer2_chain_t *chain, in hammer2_xop_feed() function 1225 hammer2_xop_feed(xop, NULL, thr->clindex, in hammer2_primary_xops_thread()
|
H A D | hammer2_strategy.c | 317 error = hammer2_xop_feed(&xop->head, chain, clindex, error); in hammer2_xop_strategy_read() 594 hammer2_xop_feed(&xop->head, NULL, clindex, error); in hammer2_xop_strategy_write()
|
H A D | hammer2_flush.c | 1537 hammer2_xop_feed(&xop->head, NULL, clindex, total_error); in hammer2_xop_inode_flush()
|
H A D | hammer2.h | 1753 int hammer2_xop_feed(hammer2_xop_head_t *xop, hammer2_chain_t *chain,
|