Home
last modified time | relevance | path

Searched refs:l_tree_depth (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/fs/ocfs2/
Dalloc.c611 depth = le16_to_cpu(path_root_el(path)->l_tree_depth); in ocfs2_reinit_path()
702 BUG_ON(le16_to_cpu(root_el->l_tree_depth) >= OCFS2_MAX_PATH_DEPTH); in ocfs2_new_path()
706 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth); in ocfs2_new_path()
986 BUG_ON(el->l_tree_depth != 0); in ocfs2_num_free_extents()
1185 BUG_ON(!el->l_tree_depth); in ocfs2_add_branch()
1187 new_blocks = le16_to_cpu(el->l_tree_depth); in ocfs2_add_branch()
1272 eb_el->l_tree_depth = cpu_to_le16(i); in ocfs2_add_branch()
1286 if (!eb_el->l_tree_depth) in ocfs2_add_branch()
1408 eb_el->l_tree_depth = root_el->l_tree_depth; in ocfs2_shift_tree_depth()
1425 le16_add_cpu(&root_el->l_tree_depth, 1); in ocfs2_shift_tree_depth()
[all …]
Dalloc.h167 return le16_to_cpu(root_el->l_tree_depth) + 2; in ocfs2_extend_meta_needed()
258 if (el->l_tree_depth) in ocfs2_rec_clusters()
Dextent_map.c307 if (el->l_tree_depth) { in ocfs2_last_eb_is_empty()
430 tree_height = le16_to_cpu(el->l_tree_depth); in ocfs2_get_clusters_nocache()
443 if (el->l_tree_depth) { in ocfs2_get_clusters_nocache()
556 if (el->l_tree_depth) { in ocfs2_xattr_get_clusters()
567 if (el->l_tree_depth) { in ocfs2_xattr_get_clusters()
Djournal.h552 extent_blocks = 1 + 1 + le16_to_cpu(root_el->l_tree_depth); in ocfs2_calc_extend_credits()
599 u16 tree_depth = le16_to_cpu(fe->id2.i_list.l_tree_depth); in ocfs2_calc_tree_trunc_credits()
Dxattr.c2928 xr->xt_list.l_tree_depth = 0; in ocfs2_create_xattr_block()
3706 if (el->l_tree_depth) { in ocfs2_xattr_get_rec()
3717 if (el->l_tree_depth) { in ocfs2_xattr_get_rec()
4359 xr->xt_list.l_tree_depth = 0; in ocfs2_xattr_create_index_block()
6248 *metas += le16_to_cpu(xv->xr_list.l_tree_depth) * in ocfs2_value_metas_in_xattr_header()
6258 if (!xv->xr_list.l_tree_depth) in ocfs2_value_metas_in_xattr_header()
6325 *credits += le16_to_cpu(rb->rf_list.l_tree_depth) * in ocfs2_reflink_lock_xattr_allocators()
6420 if (xv->xr_list.l_tree_depth) { in ocfs2_reflink_xattr_header()
6444 if (xv->xr_list.l_tree_depth) { in ocfs2_reflink_xattr_header()
6800 *credits += le16_to_cpu(rb->rf_list.l_tree_depth) * in ocfs2_lock_reflink_xattr_rec_allocators()
Docfs2_fs.h500 /*00*/ __le16 l_tree_depth; /* Extent tree depth from this member
Drefcounttree.c1092 if (el->l_tree_depth) { in ocfs2_get_refcount_rec()
1102 if (el->l_tree_depth) { in ocfs2_get_refcount_rec()
2644 int tree_height = le16_to_cpu(el->l_tree_depth), i; in ocfs2_refcount_cal_cow_clusters()
2664 if (el->l_tree_depth) { in ocfs2_refcount_cal_cow_clusters()
Ddir.c795 if (el->l_tree_depth) { in ocfs2_dx_dir_lookup_rec()
806 if (el->l_tree_depth) { in ocfs2_dx_dir_lookup_rec()
Dnamei.c588 fel->l_tree_depth = 0; in __ocfs2_mknod_locked()