Searched refs:hashkey (Results 1 – 3 of 3) sorted by relevance
94 xd->hashkey = 0; in unload_xattr_datum()244 xd->hashkey = xattr_datum_hashkey(xd->xprefix, xd->xname, xd->xvalue, xd->value_len); in do_load_xattr_datum()245 i = xd->hashkey % XATTRINDEX_HASHSIZE; in do_load_xattr_datum()339 uint32_t hashkey, name_len; in create_xattr_datum() local344 hashkey = xattr_datum_hashkey(xprefix, xname, xvalue, xsize); in create_xattr_datum()345 i = hashkey % XATTRINDEX_HASHSIZE; in create_xattr_datum()347 if (xd->hashkey==hashkey in create_xattr_datum()377 xd->hashkey = hashkey; in create_xattr_datum()392 i = hashkey % XATTRINDEX_HASHSIZE; in create_xattr_datum()
37 uint32_t hashkey; member
18 #define AFFS_GET_HASHENTRY(data,hashkey) be32_to_cpu(((struct dir_front *)data)->hashtable[hashkey]) argument