Searched refs:clvmd_cmd (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/lib/locking/ |
H A D | cluster_locking.c | 172 static void _build_header(struct clvm_header *head, int clvmd_cmd, const char *node, in _build_header() argument 175 head->cmd = clvmd_cmd; in _build_header() 201 static int _cluster_request(char clvmd_cmd, const char *node, void *data, int len, in _cluster_request() argument 221 _build_header(head, clvmd_cmd, node, len); in _cluster_request() 304 static int _lock_for_cluster(struct cmd_context *cmd, unsigned char clvmd_cmd, in _lock_for_cluster() argument 344 (clvmd_cmd == CLVMD_CMD_LOCK_VG || in _lock_for_cluster() 350 status = _cluster_request(clvmd_cmd, node, args, len, in _lock_for_cluster() 387 int clvmd_cmd = 0; in _lock_resource() local 412 clvmd_cmd = CLVMD_CMD_LOCK_VG; in _lock_resource() 417 clvmd_cmd = CLVMD_CMD_LOCK_LV; in _lock_resource() [all …]
|