Lines Matching defs:exit_func
2445 void (*exit_func)(void);
2451 .exit_func = NULL,
2454 .exit_func = btrfs_exit_sysfs,
2457 .exit_func = btrfs_exit_compress,
2460 .exit_func = btrfs_destroy_cachep,
2463 .exit_func = btrfs_transaction_exit,
2466 .exit_func = btrfs_ctree_exit,
2469 .exit_func = btrfs_free_space_exit,
2472 .exit_func = extent_state_free_cachep,
2475 .exit_func = extent_buffer_free_cachep,
2478 .exit_func = btrfs_bioset_exit,
2481 .exit_func = extent_map_exit,
2484 .exit_func = ordered_data_exit,
2487 .exit_func = btrfs_delayed_inode_exit,
2490 .exit_func = btrfs_auto_defrag_exit,
2493 .exit_func = btrfs_delayed_ref_exit,
2496 .exit_func = btrfs_prelim_ref_exit,
2499 .exit_func = btrfs_interface_exit,
2502 .exit_func = NULL,
2505 .exit_func = NULL,
2508 .exit_func = unregister_btrfs,
2521 if (mod_init_seq[i].exit_func)
2522 mod_init_seq[i].exit_func();