Searched refs:fs_table_header (Results 1 – 1 of 1) sorted by relevance
15 static struct ctl_table_header *fs_table_header; variable53 if ( !fs_table_header ) in coda_sysctl_init()54 fs_table_header = register_sysctl_table(fs_table); in coda_sysctl_init()59 if ( fs_table_header ) { in coda_sysctl_clean()60 unregister_sysctl_table(fs_table_header); in coda_sysctl_clean()61 fs_table_header = NULL; in coda_sysctl_clean()
Completed in 4 milliseconds