Lines Matching refs:xis

291 					struct ocfs2_xattr_search *xis,
1293 struct ocfs2_xattr_search xis = { in ocfs2_xattr_get_nolock() local
1306 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock()
1310 buffer_size, &xis); in ocfs2_xattr_get_nolock()
3040 struct ocfs2_xattr_search *xis, in ocfs2_calc_xattr_set_need() argument
3067 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
3079 if (!xis->not_found) { in ocfs2_calc_xattr_set_need()
3080 xe = xis->here; in ocfs2_calc_xattr_set_need()
3083 base = xis->base; in ocfs2_calc_xattr_set_need()
3131 if (ocfs2_xattr_can_be_in_inode(inode, xi, xis)) { in ocfs2_calc_xattr_set_need()
3252 struct ocfs2_xattr_search *xis, in ocfs2_init_xattr_set_ctxt() argument
3265 ret = ocfs2_calc_xattr_set_need(inode, di, xi, xis, xbs, in ocfs2_init_xattr_set_ctxt()
3308 struct ocfs2_xattr_search *xis, in __ocfs2_xattr_set_handle() argument
3316 if (!xis->not_found) in __ocfs2_xattr_set_handle()
3317 ret = ocfs2_xattr_ibody_set(inode, xi, xis, ctxt); in __ocfs2_xattr_set_handle()
3322 ret = ocfs2_xattr_ibody_set(inode, xi, xis, ctxt); in __ocfs2_xattr_set_handle()
3331 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3332 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3336 xis, in __ocfs2_xattr_set_handle()
3341 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3361 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3362 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3366 xis, in __ocfs2_xattr_set_handle()
3371 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3390 if (!xis->not_found) { in __ocfs2_xattr_set_handle()
3401 xis, in __ocfs2_xattr_set_handle()
3417 xis, ctxt); in __ocfs2_xattr_set_handle()
3425 xis->inode_bh, in __ocfs2_xattr_set_handle()
3435 ocfs2_journal_dirty(ctxt->handle, xis->inode_bh); in __ocfs2_xattr_set_handle()
3468 struct ocfs2_xattr_search xis = { in ocfs2_xattr_set_handle() local
3498 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set_handle()
3503 ret = ocfs2_xattr_ibody_find(inode, name_index, name, &xis); in ocfs2_xattr_set_handle()
3506 if (xis.not_found) { in ocfs2_xattr_set_handle()
3512 ret = __ocfs2_xattr_set_handle(inode, di, &xi, &xis, &xbs, &ctxt); in ocfs2_xattr_set_handle()
3553 struct ocfs2_xattr_search xis = { in ocfs2_xattr_set() local
3580 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set()
3588 ret = ocfs2_xattr_ibody_find(inode, name_index, name, &xis); in ocfs2_xattr_set()
3591 if (xis.not_found) { in ocfs2_xattr_set()
3597 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set()
3612 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set()
3614 &xis, &xbs, &ref_tree, in ocfs2_xattr_set()
3634 ret = ocfs2_init_xattr_set_ctxt(inode, di, &xi, &xis, in ocfs2_xattr_set()
3650 ret = __ocfs2_xattr_set_handle(inode, di, &xi, &xis, &xbs, &ctxt); in ocfs2_xattr_set()
5755 struct ocfs2_xattr_search *xis, in ocfs2_prepare_refcount_xattr() argument
5775 if (!xis->not_found) { in ocfs2_prepare_refcount_xattr()
5776 xe = xis->here; in ocfs2_prepare_refcount_xattr()
5779 base = xis->base; in ocfs2_prepare_refcount_xattr()
5780 vb.vb_bh = xis->inode_bh; in ocfs2_prepare_refcount_xattr()