Searched defs:hashval (Results 1 – 13 of 13) sorted by relevance
/linux-3.3/fs/ |
D | inode.c | 453 static unsigned long hash(struct super_block *sb, unsigned long hashval) in hash() 471 void __insert_inode_hash(struct inode *inode, unsigned long hashval) in __insert_inode_hash() 994 struct inode *iget5_locked(struct super_block *sb, unsigned long hashval, in iget5_locked() 1212 struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval, in ilookup5_nowait() 1243 struct inode *ilookup5(struct super_block *sb, unsigned long hashval, in ilookup5() 1320 int insert_inode_locked4(struct inode *inode, unsigned long hashval, in insert_inode_locked4()
|
/linux-3.3/fs/xfs/ |
D | xfs_da_btree.h | 68 __be32 hashval; /* hash value for this descendant */ member 99 xfs_dahash_t hashval; /* hash value of name */ member 165 xfs_dahash_t hashval; /* last hash value in block */ member
|
D | xfs_attr.h | 101 __u32 hashval; /* hash value of next entry to add */ member
|
D | xfs_attr_leaf.h | 92 __be32 hashval; /* hash value of name */ member
|
D | xfs_dir2_format.h | 336 __be32 hashval; /* hash value of name */ member
|
D | xfs_da_btree.c | 1058 xfs_dahash_t hashval, btreehashval; in xfs_da_node_lookup_int() local
|
D | xfs_attr_leaf.c | 1920 xfs_dahash_t hashval; in xfs_attr_leaf_lookup_int() local
|
/linux-3.3/fs/btrfs/ |
D | check-integrity.c | 500 const unsigned int hashval = in btrfsic_block_hashtable_add() local 518 const unsigned int hashval = in btrfsic_block_hashtable_lookup() local 549 const unsigned int hashval = in btrfsic_block_link_hashtable_add() local 573 const unsigned int hashval = in btrfsic_block_link_hashtable_lookup() local 611 const unsigned int hashval = in btrfsic_dev_state_hashtable_add() local 627 const unsigned int hashval = in btrfsic_dev_state_hashtable_lookup() local
|
/linux-3.3/fs/nfsd/ |
D | nfs4state.c | 1270 find_confirmed_client_by_str(const char *dname, unsigned int hashval) in find_confirmed_client_by_str() 1282 find_unconfirmed_client_by_str(const char *dname, unsigned int hashval) in find_unconfirmed_client_by_str() 2276 unsigned int hashval = file_hashval(ino); in nfsd4_init_file() local 2441 find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open) in find_openstateowner_str() 2462 unsigned int hashval = file_hashval(ino); in find_file() local 3831 unsigned int hashval = lockowner_ino_hashval(inode, clid->cl_id, owner); in find_lockowner_str() local 4296 unsigned int hashval = ownerstr_hashval(clid->cl_id, owner); in nfsd4_release_lockowner() local
|
/linux-3.3/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 234 unsigned long hashval; in clusterip_hashfn() local
|
/linux-3.3/fs/isofs/ |
D | inode.c | 1505 unsigned long hashval; in isofs_iget() local
|
/linux-3.3/fs/ext3/ |
D | namei.c | 631 __u32 hashval; in ext3_htree_fill_tree() local
|
/linux-3.3/fs/ext4/ |
D | namei.c | 631 __u32 hashval; in ext4_htree_fill_tree() local
|