Home
last modified time | relevance | path

Searched refs:hashkey (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/jffs2/
Dxattr.c94 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() local
344 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()
Dxattr.h37 uint32_t hashkey; member
/linux-3.4.99/fs/affs/
Daffs.h18 #define AFFS_GET_HASHENTRY(data,hashkey) be32_to_cpu(((struct dir_front *)data)->hashtable[hashkey]) argument