Lines Matching refs:exit_func
2598 void (*exit_func)(void); member
2604 .exit_func = NULL,
2607 .exit_func = btrfs_exit_sysfs,
2610 .exit_func = btrfs_exit_compress,
2613 .exit_func = btrfs_destroy_cachep,
2616 .exit_func = btrfs_destroy_dio,
2619 .exit_func = btrfs_transaction_exit,
2622 .exit_func = btrfs_ctree_exit,
2625 .exit_func = btrfs_free_space_exit,
2628 .exit_func = btrfs_extent_state_free_cachep,
2631 .exit_func = extent_buffer_free_cachep,
2634 .exit_func = btrfs_bioset_exit,
2637 .exit_func = btrfs_extent_map_exit,
2641 .exit_func = NULL,
2645 .exit_func = ordered_data_exit,
2648 .exit_func = btrfs_delayed_inode_exit,
2651 .exit_func = btrfs_auto_defrag_exit,
2654 .exit_func = btrfs_delayed_ref_exit,
2657 .exit_func = btrfs_prelim_ref_exit,
2660 .exit_func = btrfs_interface_exit,
2663 .exit_func = NULL,
2666 .exit_func = NULL,
2669 .exit_func = unregister_btrfs,
2682 if (mod_init_seq[i].exit_func) in btrfs_exit_btrfs_fs()
2683 mod_init_seq[i].exit_func(); in btrfs_exit_btrfs_fs()