Searched refs:hashkey (Results 1 – 3 of 3) sorted by relevance
97 xd->hashkey = 0; in unload_xattr_datum()247 xd->hashkey = xattr_datum_hashkey(xd->xprefix, xd->xname, xd->xvalue, xd->value_len); in do_load_xattr_datum()248 i = xd->hashkey % XATTRINDEX_HASHSIZE; in do_load_xattr_datum()342 uint32_t hashkey, name_len; in create_xattr_datum() local347 hashkey = xattr_datum_hashkey(xprefix, xname, xvalue, xsize); in create_xattr_datum()348 i = hashkey % XATTRINDEX_HASHSIZE; in create_xattr_datum()350 if (xd->hashkey==hashkey in create_xattr_datum()380 xd->hashkey = hashkey; in create_xattr_datum()395 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