Searched refs:domain (Results 1 – 8 of 8) sorted by relevance
/fs/ocfs2/dlm/ |
D | dlmdomain.c | 246 static struct dlm_ctxt * __dlm_lookup_domain_full(const char *domain, int len) in __dlm_lookup_domain_full() argument 256 memcmp(tmp->name, domain, len)==0) in __dlm_lookup_domain_full() 264 static struct dlm_ctxt * __dlm_lookup_domain(const char *domain) in __dlm_lookup_domain() argument 268 return __dlm_lookup_domain_full(domain, strlen(domain)); in __dlm_lookup_domain() 275 static int dlm_wait_on_domain_helper(const char *domain) in dlm_wait_on_domain_helper() argument 282 tmp = __dlm_lookup_domain(domain); in dlm_wait_on_domain_helper() 805 query->domain); in dlm_query_join_handler() 823 dlm = __dlm_lookup_domain_full(query->domain, query->name_len); in dlm_query_join_handler() 920 assert->domain); in dlm_assert_joined_handler() 923 dlm = __dlm_lookup_domain_full(assert->domain, assert->name_len); in dlm_assert_joined_handler() [all …]
|
D | dlmapi.h | 185 struct dlm_ctxt * dlm_register_domain(const char *domain, u32 key,
|
D | dlmcommon.h | 698 u8 domain[O2NM_MAX_NAME_LEN]; member 707 u8 domain[O2NM_MAX_NAME_LEN]; member 715 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 | 503 wchar_t *domain; in calc_ntlmv2_hash() local 554 domain = kmalloc(2 + (len * 2), GFP_KERNEL); in calc_ntlmv2_hash() 555 if (domain == NULL) { in calc_ntlmv2_hash() 559 len = cifs_strtoUTF16((__le16 *)domain, ses->domainName, len, in calc_ntlmv2_hash() 563 (char *)domain, 2 * len); in calc_ntlmv2_hash() 564 kfree(domain); in calc_ntlmv2_hash()
|
/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 | 573 impl_id->name, impl_id->domain, in show_implementation_id()
|
D | nfs4xdr.c | 5614 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id()
|