Searched refs:fs_table_header (Results 1 – 1 of 1) sorted by relevance
15 static struct ctl_table_header *fs_table_header; variable43 if ( !fs_table_header ) in coda_sysctl_init()44 fs_table_header = register_sysctl("coda", coda_table); in coda_sysctl_init()49 if ( fs_table_header ) { in coda_sysctl_clean()50 unregister_sysctl_table(fs_table_header); in coda_sysctl_clean()51 fs_table_header = NULL; in coda_sysctl_clean()
Completed in 3 milliseconds