Searched refs:leaf_cpos (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dir.c | 3546 * leaf_cpos is the cpos of the leaf we're splitting. insert_hash is 3553 u32 leaf_cpos, u32 insert_hash, in ocfs2_dx_dir_find_leaf_split() 3583 if (val == leaf_cpos) { in ocfs2_dx_dir_find_leaf_split() 3585 * Because val is the same as leaf_cpos (which in ocfs2_dx_dir_find_leaf_split() 3589 * val (and leaf_cpos). At least cpos+1 in value. in ocfs2_dx_dir_find_leaf_split() 3596 *split_hash = leaf_cpos + 1; in ocfs2_dx_dir_find_leaf_split() 3603 * also must be larger than leaf_cpos. Also, in ocfs2_dx_dir_find_leaf_split() 3620 * record whose value is larger than leaf_cpos. in ocfs2_dx_dir_find_leaf_split() 3624 leaf_cpos) in ocfs2_dx_dir_find_leaf_split() 3701 struct ocfs2_dx_hinfo *hinfo, u32 leaf_cpos, in ocfs2_dx_dir_rebalance() 3552 ocfs2_dx_dir_find_leaf_split(struct ocfs2_dx_leaf *dx_leaf, u32 leaf_cpos, u32 insert_hash, u32 *split_hash) ocfs2_dx_dir_find_leaf_split() argument 3698 ocfs2_dx_dir_rebalance(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dx_leaf_bh, struct ocfs2_dx_hinfo *hinfo, u32 leaf_cpos, u64 leaf_blkno) ocfs2_dx_dir_rebalance() argument 3904 u32 leaf_cpos; ocfs2_find_dir_space_dx() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dir.c | 3532 * leaf_cpos is the cpos of the leaf we're splitting. insert_hash is 3539 u32 leaf_cpos, u32 insert_hash, in ocfs2_dx_dir_find_leaf_split() 3569 if (val == leaf_cpos) { in ocfs2_dx_dir_find_leaf_split() 3571 * Because val is the same as leaf_cpos (which in ocfs2_dx_dir_find_leaf_split() 3575 * val (and leaf_cpos). At least cpos+1 in value. in ocfs2_dx_dir_find_leaf_split() 3582 *split_hash = leaf_cpos + 1; in ocfs2_dx_dir_find_leaf_split() 3589 * also must be larger than leaf_cpos. Also, in ocfs2_dx_dir_find_leaf_split() 3606 * record whose value is larger than leaf_cpos. in ocfs2_dx_dir_find_leaf_split() 3610 leaf_cpos) in ocfs2_dx_dir_find_leaf_split() 3687 struct ocfs2_dx_hinfo *hinfo, u32 leaf_cpos, in ocfs2_dx_dir_rebalance() 3538 ocfs2_dx_dir_find_leaf_split(struct ocfs2_dx_leaf *dx_leaf, u32 leaf_cpos, u32 insert_hash, u32 *split_hash) ocfs2_dx_dir_find_leaf_split() argument 3684 ocfs2_dx_dir_rebalance(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dx_leaf_bh, struct ocfs2_dx_hinfo *hinfo, u32 leaf_cpos, u64 leaf_blkno) ocfs2_dx_dir_rebalance() argument 3890 u32 leaf_cpos; ocfs2_find_dir_space_dx() local [all...] |
Completed in 10 milliseconds