Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Docfs2_fs.h1089 /*10*/ struct ocfs2_extent_list xt_list; /* Extent record list */ member
1448 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb()
1595 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb()
Dxattr.c2928 xr->xt_list.l_tree_depth = 0; in ocfs2_create_xattr_block()
2929 xr->xt_list.l_count = cpu_to_le16( in ocfs2_create_xattr_block()
2931 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_create_xattr_block()
3212 &xb->xb_attrs.xb_root.xt_list; in ocfs2_calc_xattr_set_need()
3941 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find()
4096 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block()
4356 xr->xt_list.l_tree_depth = 0; in ocfs2_xattr_create_index_block()
4357 xr->xt_list.l_count = cpu_to_le16(ocfs2_xattr_recs_per_xb(inode->i_sb)); in ocfs2_xattr_create_index_block()
4358 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_xattr_create_index_block()
4360 xr->xt_list.l_recs[0].e_cpos = 0; in ocfs2_xattr_create_index_block()
[all …]
Dalloc.c308 et->et_root_el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_xattr_tree_fill_root_el()