Home
last modified time | relevance | path

Searched refs:xr (Results 1 – 2 of 2) sorted by relevance

/fs/ocfs2/
Dxattr.c2897 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block() local
2898 xr->xt_clusters = cpu_to_le32(1); in ocfs2_create_xattr_block()
2899 xr->xt_last_eb_blk = 0; in ocfs2_create_xattr_block()
2900 xr->xt_list.l_tree_depth = 0; in ocfs2_create_xattr_block()
2901 xr->xt_list.l_count = cpu_to_le16( in ocfs2_create_xattr_block()
2903 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_create_xattr_block()
4264 struct ocfs2_xattr_tree_root *xr; in ocfs2_xattr_create_index_block() local
4325 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block()
4326 xr->xt_clusters = cpu_to_le32(1); in ocfs2_xattr_create_index_block()
4327 xr->xt_last_eb_blk = 0; in ocfs2_xattr_create_index_block()
[all …]
/fs/jffs2/
Dwbuf.c482 struct jffs2_xattr_datum *xr = (void *)ic; in jffs2_wbuf_recover() local
483 BUG_ON(xr->node != raw); in jffs2_wbuf_recover()
484 adjust_ref = &xr->node; in jffs2_wbuf_recover()