Home
last modified time | relevance | path

Searched refs:dx_root (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Ddir.c176 struct ocfs2_dx_root_block *dx_root; in ocfs2_dx_dir_link_trailer() local
186 dx_root = (struct ocfs2_dx_root_block *)dx_root_bh->b_data; in ocfs2_dx_dir_link_trailer()
188 trailer->db_free_next = dx_root->dr_free_blk; in ocfs2_dx_dir_link_trailer()
189 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_link_trailer()
217 static inline int ocfs2_dx_root_inline(struct ocfs2_dx_root_block *dx_root) in ocfs2_dx_root_inline() argument
219 return dx_root->dr_flags & OCFS2_DX_FLAG_INLINE; in ocfs2_dx_root_inline()
586 struct ocfs2_dx_root_block *dx_root; in ocfs2_validate_dx_root() local
590 dx_root = (struct ocfs2_dx_root_block *) bh->b_data; in ocfs2_validate_dx_root()
592 ret = ocfs2_validate_meta_ecc(sb, bh->b_data, &dx_root->dr_check); in ocfs2_validate_dx_root()
600 if (!OCFS2_IS_VALID_DX_ROOT(dx_root)) { in ocfs2_validate_dx_root()
[all …]
Dalloc.c354 struct ocfs2_dx_root_block *dx_root = et->et_object; in ocfs2_dx_root_set_last_eb_blk() local
356 dx_root->dr_last_eb_blk = cpu_to_le64(blkno); in ocfs2_dx_root_set_last_eb_blk()
361 struct ocfs2_dx_root_block *dx_root = et->et_object; in ocfs2_dx_root_get_last_eb_blk() local
363 return le64_to_cpu(dx_root->dr_last_eb_blk); in ocfs2_dx_root_get_last_eb_blk()
369 struct ocfs2_dx_root_block *dx_root = et->et_object; in ocfs2_dx_root_update_clusters() local
371 le32_add_cpu(&dx_root->dr_clusters, clusters); in ocfs2_dx_root_update_clusters()
376 struct ocfs2_dx_root_block *dx_root = et->et_object; in ocfs2_dx_root_sanity_check() local
378 BUG_ON(!OCFS2_IS_VALID_DX_ROOT(dx_root)); in ocfs2_dx_root_sanity_check()
385 struct ocfs2_dx_root_block *dx_root = et->et_object; in ocfs2_dx_root_fill_root_el() local
387 et->et_root_el = &dx_root->dr_list; in ocfs2_dx_root_fill_root_el()
/linux-4.19.296/fs/ext4/
Dnamei.c229 struct dx_root struct
771 struct dx_root *root; in dx_probe()
783 root = (struct dx_root *) frame->bh->b_data; in dx_probe()
926 info = &((struct dx_root *)frames[0].bh->b_data)->info; in dx_release()
2009 struct dx_root *root; in make_indexed_dir()
2034 root = (struct dx_root *) bh->b_data; in make_indexed_dir()
2369 struct dx_root *dxroot; in ext4_dx_add_entry()
2377 dxroot = (struct dx_root *)frames[0].bh->b_data; in ext4_dx_add_entry()