Searched refs:fs_table_header (Results 1 – 1 of 1) sorted by relevance
15 static struct ctl_table_header *fs_table_header; variable44 if ( !fs_table_header ) in coda_sysctl_init()45 fs_table_header = register_sysctl("coda", coda_table); in coda_sysctl_init()50 if ( fs_table_header ) { in coda_sysctl_clean()51 unregister_sysctl_table(fs_table_header); in coda_sysctl_clean()52 fs_table_header = NULL; in coda_sysctl_clean()