Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dsysctl.c45 static struct ctl_table_header *sysctls_root_table; variable
56 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()