Searched refs:xr (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/crypto/ |
D | camellia_generic.c | 356 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument 358 ir = xr ^ kr; \ 846 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) ({ \ argument 849 ir = camellia_sp1110[(u8)xr]; \ 851 ir ^= camellia_sp0222[(u8)(xr >> 24)]; \ 853 ir ^= camellia_sp3033[(u8)(xr >> 16)]; \ 855 ir ^= camellia_sp4404[(u8)(xr >> 8)]; \
|
/linux-4.19.296/fs/ocfs2/ |
D | xattr.c | 2925 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block() local 2926 xr->xt_clusters = cpu_to_le32(1); in ocfs2_create_xattr_block() 2927 xr->xt_last_eb_blk = 0; in ocfs2_create_xattr_block() 2928 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() 4292 struct ocfs2_xattr_tree_root *xr; in ocfs2_xattr_create_index_block() local 4353 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block() 4354 xr->xt_clusters = cpu_to_le32(1); in ocfs2_xattr_create_index_block() 4355 xr->xt_last_eb_blk = 0; in ocfs2_xattr_create_index_block() [all …]
|
/linux-4.19.296/fs/jffs2/ |
D | wbuf.c | 483 struct jffs2_xattr_datum *xr = (void *)ic; in jffs2_wbuf_recover() local 484 BUG_ON(xr->node != raw); in jffs2_wbuf_recover() 485 adjust_ref = &xr->node; in jffs2_wbuf_recover()
|
/linux-4.19.296/drivers/s390/char/ |
D | raw3270.c | 403 int xr; member
|