Home
last modified time | relevance | path

Searched refs:ll_proc_root (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c994 sbi->ll_proc_root = lprocfs_register(name, parent, NULL, NULL); in lprocfs_register_mountpoint()
995 if (IS_ERR(sbi->ll_proc_root)) { in lprocfs_register_mountpoint()
996 err = PTR_ERR(sbi->ll_proc_root); in lprocfs_register_mountpoint()
997 sbi->ll_proc_root = NULL; in lprocfs_register_mountpoint()
1001 rc = lprocfs_seq_create(sbi->ll_proc_root, "dump_page_cache", 0444, in lprocfs_register_mountpoint()
1006 rc = lprocfs_seq_create(sbi->ll_proc_root, "extents_stats", 0644, in lprocfs_register_mountpoint()
1011 rc = lprocfs_seq_create(sbi->ll_proc_root, "extents_stats_per_process", in lprocfs_register_mountpoint()
1016 rc = lprocfs_seq_create(sbi->ll_proc_root, "offset_stats", 0644, in lprocfs_register_mountpoint()
1043 err = lprocfs_register_stats(sbi->ll_proc_root, "stats", sbi->ll_stats); in lprocfs_register_mountpoint()
1057 err = lprocfs_register_stats(sbi->ll_proc_root, "read_ahead_stats", in lprocfs_register_mountpoint()
[all …]
Dllite_internal.h474 struct proc_dir_entry* ll_proc_root; member