Lines Matching refs:D_INODEDEP
1606 altump->softdep_curdeps[D_INODEDEP] > in softdep_speedup()
2340 if (softdep_excess_items(ump, D_INODEDEP)) in inodedep_lookup()
2346 workitem_alloc(&inodedep->id_list, D_INODEDEP, mp); in inodedep_lookup()
2349 WORKITEM_FREE(inodedep, D_INODEDEP); in inodedep_lookup()
3061 if (dep_current[D_INODEDEP] > limit && in journal_space()
3062 ump->softdep_curdeps[D_INODEDEP] > limit / stat_flush_threads) in journal_space()
7956 WORKITEM_FREE(inodedep, D_INODEDEP); in free_inodedep()
10258 case D_INODEDEP: in softdep_disk_io_initiation()
11291 case D_INODEDEP: in softdep_disk_write_complete()
11334 case D_INODEDEP: in softdep_disk_write_complete()
13512 dep_current[D_INODEDEP] < max_softdeps_hard && in softdep_slowdown()
13517 ump->softdep_curdeps[D_INODEDEP] < in softdep_slowdown()
13866 if (softdep_excess_items(ump, D_INODEDEP)) { in softdep_ast_cleanup_proc()
14348 case D_INODEDEP: in softdep_count_dependencies()
14949 case D_INODEDEP: in DB_SHOW_COMMAND()