Searched refs:sysctls_root_table (Results 1 – 1 of 1) sorted by relevance
59 static struct ctl_table_header *sysctls_root_table = NULL; variable70 BUG_ON(sysctls_root_table); in ntfs_sysctl()71 sysctls_root_table = register_sysctl_table(sysctls_root); in ntfs_sysctl()72 if (!sysctls_root_table) in ntfs_sysctl()75 BUG_ON(!sysctls_root_table); in ntfs_sysctl()76 unregister_sysctl_table(sysctls_root_table); in ntfs_sysctl()77 sysctls_root_table = NULL; in ntfs_sysctl()