Home
last modified time | relevance | path

Searched refs:lprocfs_register (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dsuper25.c131 entry = lprocfs_register("llite", proc_lustre_root, NULL, NULL); in init_lustre_lite()
Dlproc_llite.c994 sbi->ll_proc_root = lprocfs_register(name, parent, NULL, NULL); in lprocfs_register_mountpoint()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c183 sptlrpc_proc_root = lprocfs_register("sptlrpc", proc_lustre_root, in sptlrpc_lproc_init()
Dlproc_ptlrpc.c205 svc_procroot = lprocfs_register(dir, root, NULL, NULL); in ptlrpc_lprocfs_register()
/linux-4.1.27/drivers/staging/lustre/lustre/fld/
Dfld_request.c287 fld->lcf_proc_dir = lprocfs_register(fld->lcf_name, in fld_client_proc_init()
507 fld_type_proc_dir = lprocfs_register(LUSTRE_FLD_NAME, in fld_mod_init()
/linux-4.1.27/drivers/staging/lustre/lustre/fid/
Dfid_request.c419 seq->lcs_proc_dir = lprocfs_register(seq->lcs_name, in seq_client_proc_init()
552 seq_type_proc_dir = lprocfs_register(LUSTRE_SEQ_NAME, in fid_mod_init()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c426 proc_lustre_root = lprocfs_register("fs/lustre", NULL, in class_procfs_init()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c99 ldlm_type_proc_dir = lprocfs_register(OBD_LDLM_DEVICENAME, in ldlm_proc_setup()
108 ldlm_ns_proc_dir = lprocfs_register("namespaces", in ldlm_proc_setup()
117 ldlm_svc_proc_dir = lprocfs_register("services", in ldlm_proc_setup()
Dldlm_pool.c760 pl->pl_proc_dir = lprocfs_register("pool", parent_ns_proc, in ldlm_pool_proc_init()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h586 extern struct proc_dir_entry *lprocfs_register(const char *name,
898 lprocfs_register(const char *name, struct proc_dir_entry *parent, in lprocfs_register() function
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c353 struct proc_dir_entry *lprocfs_register(const char *name, in lprocfs_register() function
375 EXPORT_SYMBOL(lprocfs_register);
961 obd->obd_proc_entry = lprocfs_register(obd->obd_name, in lprocfs_obd_setup()
1721 new_stat->nid_proc = lprocfs_register(buffer, in lprocfs_exp_setup()
Dgenops.c194 type->typ_procroot = lprocfs_register(type->typ_name, proc_lustre_root, in class_register_type()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c836 lov->lov_pool_proc_entry = lprocfs_register("pools", in lov_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c236 lmv_proc_dir = lprocfs_register("target_obds", obd->obd_proc_entry, in lmv_connect()