Lines Matching refs:name
121 .attr = {.name = "control", .mode = S_IWUSR},
126 .attr = {.name = "event_done", .mode = S_IWUSR},
131 .attr = {.name = "id", .mode = S_IRUGO | S_IWUSR},
137 .attr = {.name = "nodir", .mode = S_IRUGO | S_IWUSR},
143 .attr = {.name = "recover_status", .mode = S_IRUGO},
148 .attr = {.name = "recover_nodeid", .mode = S_IRUGO},
413 static int new_lockspace(const char *name, const char *cluster,
421 int namelen = strlen(name);
446 log_print("dlm cluster name '%s' is being used without an application provided cluster name",
451 log_print("dlm cluster name '%s' does not match "
452 "the application cluster name '%s'",
465 if (memcmp(ls->ls_name, name, namelen))
486 memcpy(ls->ls_name, name, namelen);
686 int dlm_new_lockspace(const char *name, const char *cluster,
699 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg,