Home
last modified time | relevance | path

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

/fs/ocfs2/dlm/
Ddlmdomain.c244 static struct dlm_ctxt * __dlm_lookup_domain_full(const char *domain, int len) in __dlm_lookup_domain_full() argument
254 memcmp(tmp->name, domain, len)==0) in __dlm_lookup_domain_full()
262 static struct dlm_ctxt * __dlm_lookup_domain(const char *domain) in __dlm_lookup_domain() argument
266 return __dlm_lookup_domain_full(domain, strlen(domain)); in __dlm_lookup_domain()
273 static int dlm_wait_on_domain_helper(const char *domain) in dlm_wait_on_domain_helper() argument
280 tmp = __dlm_lookup_domain(domain); in dlm_wait_on_domain_helper()
803 query->domain); in dlm_query_join_handler()
821 dlm = __dlm_lookup_domain_full(query->domain, query->name_len); in dlm_query_join_handler()
918 assert->domain); in dlm_assert_joined_handler()
921 dlm = __dlm_lookup_domain_full(assert->domain, assert->name_len); in dlm_assert_joined_handler()
[all …]
Ddlmapi.h183 struct dlm_ctxt * dlm_register_domain(const char *domain, u32 key,
Ddlmcommon.h693 u8 domain[O2NM_MAX_NAME_LEN]; member
702 u8 domain[O2NM_MAX_NAME_LEN]; member
710 u8 domain[O2NM_MAX_NAME_LEN]; member
/fs/ocfs2/dlmfs/
Ddlmfs.c404 const struct qstr *domain = &dentry->d_name; in dlmfs_mkdir() local
408 mlog(0, "mkdir %.*s\n", domain->len, domain->name); in dlmfs_mkdir()
411 if (domain->len >= GROUP_NAME_MAX) { in dlmfs_mkdir()
426 conn = user_dlm_register(domain); in dlmfs_mkdir()
430 status, domain->len, domain->name); in dlmfs_mkdir()
/fs/cifs/
Dcifsencrypt.c409 wchar_t *domain; in calc_ntlmv2_hash() local
460 domain = kmalloc(2 + (len * 2), GFP_KERNEL); in calc_ntlmv2_hash()
461 if (domain == NULL) { in calc_ntlmv2_hash()
465 len = cifs_strtoUTF16((__le16 *)domain, ses->domainName, len, in calc_ntlmv2_hash()
469 (char *)domain, 2 * len); in calc_ntlmv2_hash()
470 kfree(domain); in calc_ntlmv2_hash()
/fs/ksmbd/
Dauth.c128 wchar_t *domain = NULL; in calc_ntlmv2_hash() local
178 domain = kzalloc(2 + UNICODE_LEN(len), GFP_KERNEL); in calc_ntlmv2_hash()
179 if (!domain) { in calc_ntlmv2_hash()
184 conv_len = smb_strtoUTF16((__le16 *)domain, dname, len, in calc_ntlmv2_hash()
192 (char *)domain, in calc_ntlmv2_hash()
204 kfree(domain); in calc_ntlmv2_hash()
Dsmbacl.c20 static const struct smb_sid domain = {1, 4, {0, 0, 0, 0, 0, 5}, variable
1455 memcpy(&server_conf.domain_sid, &domain, sizeof(struct smb_sid)); in ksmbd_init_domain()
/fs/nfs/
DKconfig137 This option defines the domain portion of the implementation ID that
139 the format of a DNS domain name and should be set to the DNS domain
Dsuper.c590 impl_id->name, impl_id->domain, in show_implementation_id()
Dnfs4xdr.c5660 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id()