Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c422 char sc_fsname[MTI_NAME_MAXLEN]; member
484 CDEBUG(D_SEC, "free sptlrpc conf %s\n", conf->sc_fsname); in sptlrpc_conf_free()
523 if (strcmp(conf->sc_fsname, fsname) == 0) in sptlrpc_conf_get()
534 strcpy(conf->sc_fsname, fsname); in sptlrpc_conf_get()
539 CDEBUG(D_SEC, "create sptlrpc conf %s\n", conf->sc_fsname); in sptlrpc_conf_get()
554 if (strcmp(conf->sc_fsname, target) == 0) { in sptlrpc_conf_merge_rule()