Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c460 char sc_fsname[MTI_NAME_MAXLEN]; member
522 CDEBUG(D_SEC, "free sptlrpc conf %s\n", conf->sc_fsname); in sptlrpc_conf_free()
561 if (strcmp(conf->sc_fsname, fsname) == 0) in sptlrpc_conf_get()
572 strcpy(conf->sc_fsname, fsname); in sptlrpc_conf_get()
577 CDEBUG(D_SEC, "create sptlrpc conf %s\n", conf->sc_fsname); in sptlrpc_conf_get()
592 if (strcmp(conf->sc_fsname, target) == 0) { in sptlrpc_conf_merge_rule()