Searched refs:major_hash (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | dir.h | 14 u32 major_hash; member
|
| H A D | ocfs2_trace.h | 2049 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 = major_hash; 2142 __entry->major_hash, __entry->minor_hash,
|
| H A D | dir.c | 289 hinfo->major_hash = buf[0]; in ocfs2_dx_dir_name_hash() 771 u32 major_hash, in ocfs2_dx_dir_lookup_rec() argument 805 if (le32_to_cpu(rec->e_cpos) <= major_hash) { in ocfs2_dx_dir_lookup_rec() 858 u32 name_hash = hinfo->major_hash; in ocfs2_dx_dir_lookup() 927 namelen, name, hinfo->major_hash, in ocfs2_dx_dir_search() 2683 hinfo.major_hash, hinfo.minor_hash, in ocfs2_dx_dir_index_root_block() 3653 u32 major_hash; in ocfs2_dx_dir_transfer_leaf() local 3674 if (major_hash >= split_hash) in ocfs2_dx_dir_transfer_leaf() 4407 u32 major_hash = UINT_MAX, p_cpos, cpos; in ocfs2_dx_dir_truncate() local 4436 major_hash, &cpos, &blkno, &clen); in ocfs2_dx_dir_truncate() [all …]
|