Searched defs:hashval (Results 1 – 11 of 11) sorted by relevance
/linux/fs/ |
H A D | inode.c | 645 static unsigned long hash(struct super_block *sb, unsigned long hashval) in hash() 663 void __insert_inode_hash(struct inode *inode, unsigned long hashval) in __insert_inode_hash() 1275 struct inode *inode_insert5(struct inode *inode, unsigned long hashval, in inode_insert5() 1348 struct inode *iget5_locked(struct super_block *sb, unsigned long hashval, in iget5_locked() 1378 struct inode *iget5_locked_rcu(struct super_block *sb, unsigned long hashval, in iget5_locked_rcu() 1573 struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval, in ilookup5_nowait() 1604 struct inode *ilookup5(struct super_block *sb, unsigned long hashval, in ilookup5() 1673 unsigned long hashval, in find_inode_nowait() 1720 struct inode *find_inode_rcu(struct super_block *sb, unsigned long hashval, in find_inode_rcu() 1824 int insert_inode_locked4(struct inode *inode, unsigned long hashval, in insert_inode_locked4()
|
/linux/tools/testing/selftests/vDSO/ |
H A D | parse_vdso.c | 270 uint32_t h1 = gnu_hash(name), h2, *hashval; in vdso_sym() local
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_attr.h | 35 __u32 hashval; /* hash value of next entry to add */ member
|
H A D | xfs_attr_leaf.c | 253 __u32 hashval; in xfs_attr3_leaf_verify_entry() local 2417 xfs_dahash_t hashval; in xfs_attr3_leaf_lookup_int() local
|
H A D | xfs_da_btree.c | 1658 xfs_dahash_t hashval; in xfs_da3_node_lookup_int() local
|
/linux/fs/smb/server/ |
H A D | vfs_cache.c | 66 static unsigned long inode_hash(struct super_block *sb, unsigned long hashval) in inode_hash()
|
/linux/fs/isofs/ |
H A D | inode.c | 1499 unsigned long hashval; in __isofs_iget() local
|
/linux/lib/ |
H A D | vsprintf.c | 787 unsigned long hashval; in subsys_initcall() local 818 unsigned long hashval; in ptr_to_id() local
|
/linux/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 1169 unsigned long hashval = (unsigned long)clnt; in gss_auth_find_or_add_hashed() local
|
/linux/fs/btrfs/ |
H A D | inode.c | 5721 unsigned long hashval = btrfs_inode_hash(ino, root); in btrfs_iget_locked() local
|
/linux/fs/nfsd/ |
H A D | nfs4state.c | 545 find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open, in find_openstateowner_str()
|