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

/linux-4.1.27/fs/nfsd/
H A Dexport.h73 u32 ek_fsid[6]; member in struct:svc_expkey
H A Dexport.c62 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); expkey_request()
124 memcpy(key.ek_fsid, buf, len); expkey_parse()
180 seq_printf(m, "%08x", ek->ek_fsid[i]); expkey_show()
197 memcmp(orig->ek_fsid, new->ek_fsid, key_len(orig->ek_fsidtype)) != 0) expkey_match()
212 memcpy(new->ek_fsid, item->ek_fsid, sizeof(new->ek_fsid)); expkey_init()
252 char * cp = (char*)item->ek_fsid; svc_expkey_hash()
814 memcpy(key.ek_fsid, fsidv, key_len(fsid_type)); exp_find_key()

Completed in 110 milliseconds