Searched refs:sysctls_root_table (Results 1 – 1 of 1) sorted by relevance
45 static struct ctl_table_header *sysctls_root_table; variable56 BUG_ON(sysctls_root_table); in ntfs_sysctl()57 sysctls_root_table = register_sysctl_table(sysctls_root); in ntfs_sysctl()58 if (!sysctls_root_table) in ntfs_sysctl()61 BUG_ON(!sysctls_root_table); in ntfs_sysctl()62 unregister_sysctl_table(sysctls_root_table); in ntfs_sysctl()63 sysctls_root_table = NULL; in ntfs_sysctl()