Searched refs:dx_leaf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dir.c | 619 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)bh->b_data; in ocfs2_validate_dx_leaf() local 623 ret = ocfs2_validate_meta_ecc(sb, bh->b_data, &dx_leaf->dl_check); in ocfs2_validate_dx_leaf() 631 if (!OCFS2_IS_VALID_DX_LEAF(dx_leaf)) { in ocfs2_validate_dx_leaf() 633 7, dx_leaf->dl_signature); in ocfs2_validate_dx_leaf() 656 * Read a series of dx_leaf blocks. This expects all buffer_head 905 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_dx_dir_search() local 938 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search() 941 le16_to_cpu(dx_leaf->dl_list.de_num_used), in ocfs2_dx_dir_search() 942 le16_to_cpu(dx_leaf->dl_list.de_count)); in ocfs2_dx_dir_search() 944 entry_list = &dx_leaf in ocfs2_dx_dir_search() 1243 struct ocfs2_dx_leaf *dx_leaf; ocfs2_delete_entry_dx() local 1433 ocfs2_dx_dir_leaf_insert_tail(struct ocfs2_dx_leaf *dx_leaf, struct ocfs2_dx_entry *dx_new_entry) ocfs2_dx_dir_leaf_insert_tail() argument 1468 struct ocfs2_dx_leaf *dx_leaf; __ocfs2_dx_dir_leaf_insert() local 2391 struct ocfs2_dx_leaf *dx_leaf; ocfs2_dx_dir_format_cluster() local 3528 ocfs2_dx_leaf_same_major(struct ocfs2_dx_leaf *dx_leaf) ocfs2_dx_leaf_same_major() argument 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 3704 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; ocfs2_dx_dir_rebalance() local 3902 struct ocfs2_dx_leaf *dx_leaf; ocfs2_find_dir_space_dx() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dir.c | 611 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)bh->b_data; in ocfs2_validate_dx_leaf() local 615 ret = ocfs2_validate_meta_ecc(sb, bh->b_data, &dx_leaf->dl_check); in ocfs2_validate_dx_leaf() 623 if (!OCFS2_IS_VALID_DX_LEAF(dx_leaf)) { in ocfs2_validate_dx_leaf() 625 7, dx_leaf->dl_signature); in ocfs2_validate_dx_leaf() 648 * Read a series of dx_leaf blocks. This expects all buffer_head 897 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_dx_dir_search() local 930 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search() 933 le16_to_cpu(dx_leaf->dl_list.de_num_used), in ocfs2_dx_dir_search() 934 le16_to_cpu(dx_leaf->dl_list.de_count)); in ocfs2_dx_dir_search() 936 entry_list = &dx_leaf in ocfs2_dx_dir_search() 1235 struct ocfs2_dx_leaf *dx_leaf; ocfs2_delete_entry_dx() local 1425 ocfs2_dx_dir_leaf_insert_tail(struct ocfs2_dx_leaf *dx_leaf, struct ocfs2_dx_entry *dx_new_entry) ocfs2_dx_dir_leaf_insert_tail() argument 1460 struct ocfs2_dx_leaf *dx_leaf; __ocfs2_dx_dir_leaf_insert() local 2380 struct ocfs2_dx_leaf *dx_leaf; ocfs2_dx_dir_format_cluster() local 3514 ocfs2_dx_leaf_same_major(struct ocfs2_dx_leaf *dx_leaf) ocfs2_dx_leaf_same_major() argument 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 3690 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; ocfs2_dx_dir_rebalance() local 3888 struct ocfs2_dx_leaf *dx_leaf; ocfs2_find_dir_space_dx() local [all...] |
Completed in 7 milliseconds