tag | line | file | source code |
---|---|---|---|
proc_match | 106 | fs/proc/base.c | while (i-- > 0 && !proc_match(len,name,base_dir+i)) |
proc_match | 80 | fs/proc/root.c | while (i-- > 0 && !proc_match(len,name,root_dir+i)) |
proc_match | 24 | include/linux/proc_fs.h | extern int proc_match(int, const char *, struct proc_dir_entry *); |