Lines Matching refs:NULL
25 if (!proc_mkdir("fs/fscache", NULL)) in fscache_proc_init()
29 if (!proc_create("fs/fscache/stats", S_IFREG | 0444, NULL, in fscache_proc_init()
35 if (!proc_create("fs/fscache/histogram", S_IFREG | 0444, NULL, in fscache_proc_init()
41 if (!proc_create("fs/fscache/objects", S_IFREG | 0444, NULL, in fscache_proc_init()
53 remove_proc_entry("fs/fscache/histogram", NULL); in fscache_proc_init()
57 remove_proc_entry("fs/fscache/stats", NULL); in fscache_proc_init()
60 remove_proc_entry("fs/fscache", NULL); in fscache_proc_init()
72 remove_proc_entry("fs/fscache/objects", NULL); in fscache_proc_cleanup()
75 remove_proc_entry("fs/fscache/histogram", NULL); in fscache_proc_cleanup()
78 remove_proc_entry("fs/fscache/stats", NULL); in fscache_proc_cleanup()
80 remove_proc_entry("fs/fscache", NULL); in fscache_proc_cleanup()