Searched refs:major_hash (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.h14 u32 major_hash; member in struct:ocfs2_dx_hinfo
H A Docfs2_trace.h2049 unsigned int major_hash, unsigned int minor_hash,
2051 TP_ARGS(ino, namelen, name, major_hash, minor_hash, blkno),
2056 __field(unsigned int, major_hash)
2064 __entry->major_hash = major_hash;
2070 __entry->major_hash, __entry->minor_hash, __entry->blkno)
2122 unsigned int major_hash, unsigned int minor_hash,
2124 TP_ARGS(dir, major_hash, minor_hash, namelen, name, num_used),
2127 __field(unsigned int, major_hash)
2135 __entry->major_hash
[all...]
H A Ddir.c289 hinfo->major_hash = buf[0];
765 u32 major_hash,
776 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, major_hash,
799 if (le32_to_cpu(rec->e_cpos) <= major_hash) {
852 u32 name_hash = hinfo->major_hash;
921 namelen, name, hinfo->major_hash,
946 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash)
1447 dx_entry->dx_major_hash = cpu_to_le32(hinfo->major_hash);
2656 hinfo.major_hash, hinfo.minor_hash,
3633 u32 major_hash; local
763 ocfs2_dx_dir_lookup_rec(struct inode *inode, struct ocfs2_extent_list *el, u32 major_hash, u32 *ret_cpos, u64 *ret_phys_blkno, unsigned int *ret_clen) argument
4387 u32 major_hash = UINT_MAX, p_cpos, cpos; local
[all...]

Completed in 116 milliseconds