Searched refs:sysctls_root_table (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/ntfs/
H A Dsysctl.c59 static struct ctl_table_header *sysctls_root_table; variable in typeref:struct:ctl_table_header
70 BUG_ON(sysctls_root_table); ntfs_sysctl()
71 sysctls_root_table = register_sysctl_table(sysctls_root); ntfs_sysctl()
72 if (!sysctls_root_table) ntfs_sysctl()
75 BUG_ON(!sysctls_root_table); ntfs_sysctl()
76 unregister_sysctl_table(sysctls_root_table); ntfs_sysctl()
77 sysctls_root_table = NULL; ntfs_sysctl()

Completed in 100 milliseconds