Searched refs:dlm_key (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Duserdlm.c651 u32 dlm_key; local
660 dlm_key = crc32_le(0, name->name, name->len);
664 dlm = dlm_register_domain(domain, dlm_key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Ddlmglue.c2306 u32 dlm_key; local
2331 dlm_key = crc32_le(0, osb->uuid_str, strlen(osb->uuid_str));
2334 dlm = dlm_register_domain(osb->uuid_str, dlm_key);

Completed in 290 milliseconds