• Home
  • Raw
  • Download

Lines Matching refs:hash

519 			__u32 hash = le32_to_cpu(header->h_hash);  in ext2_xattr_set()  local
526 mb_cache_entry_delete(EA_BLOCK_CACHE(inode), hash, in ext2_xattr_set()
747 __u32 hash = le32_to_cpu(HDR(old_bh)->h_hash); in ext2_xattr_set2() local
753 mb_cache_entry_delete(ea_block_cache, hash, in ext2_xattr_set2()
820 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_delete_inode() local
826 mb_cache_entry_delete(EA_BLOCK_CACHE(inode), hash, in ext2_xattr_delete_inode()
860 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() local
863 error = mb_cache_entry_create(cache, GFP_NOFS, hash, bh->b_blocknr, in ext2_xattr_cache_insert()
872 ea_bdebug(bh, "inserting [%x]", (int)hash); in ext2_xattr_cache_insert()
927 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() local
933 ea_idebug(inode, "looking for cached blocks [%x]", (int)hash); in ext2_xattr_cache_find()
935 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext2_xattr_cache_find()
992 __u32 hash = 0; in ext2_xattr_hash_entry() local
997 hash = (hash << NAME_HASH_SHIFT) ^ in ext2_xattr_hash_entry()
998 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()
1007 hash = (hash << VALUE_HASH_SHIFT) ^ in ext2_xattr_hash_entry()
1008 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()
1012 entry->e_hash = cpu_to_le32(hash); in ext2_xattr_hash_entry()
1029 __u32 hash = 0; in ext2_xattr_rehash() local
1036 hash = 0; in ext2_xattr_rehash()
1039 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2_xattr_rehash()
1040 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2_xattr_rehash()
1044 header->h_hash = cpu_to_le32(hash); in ext2_xattr_rehash()