Searched refs:domain (Results 1 – 10 of 10) sorted by relevance
/fs/ocfs2/dlm/ |
D | dlmdomain.c | 244 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 …]
|
D | dlmapi.h | 183 struct dlm_ctxt * dlm_register_domain(const char *domain, u32 key,
|
D | dlmcommon.h | 693 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/ |
D | dlmfs.c | 404 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/ |
D | cifsencrypt.c | 409 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/ |
D | auth.c | 128 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()
|
D | smbacl.c | 20 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/ |
D | Kconfig | 137 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
|
D | super.c | 590 impl_id->name, impl_id->domain, in show_implementation_id()
|
D | nfs4xdr.c | 5660 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id()
|