Lines Matching refs:xis

305 					struct ocfs2_xattr_search *xis,
1298 struct ocfs2_xattr_search xis = { in ocfs2_xattr_get_nolock() local
1311 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock()
1315 buffer_size, &xis); in ocfs2_xattr_get_nolock()
3046 struct ocfs2_xattr_search *xis, in ocfs2_calc_xattr_set_need() argument
3073 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
3085 if (!xis->not_found) { in ocfs2_calc_xattr_set_need()
3086 xe = xis->here; in ocfs2_calc_xattr_set_need()
3089 base = xis->base; in ocfs2_calc_xattr_set_need()
3137 if (ocfs2_xattr_can_be_in_inode(inode, xi, xis)) { in ocfs2_calc_xattr_set_need()
3258 struct ocfs2_xattr_search *xis, in ocfs2_init_xattr_set_ctxt() argument
3271 ret = ocfs2_calc_xattr_set_need(inode, di, xi, xis, xbs, in ocfs2_init_xattr_set_ctxt()
3314 struct ocfs2_xattr_search *xis, in __ocfs2_xattr_set_handle() argument
3322 if (!xis->not_found) in __ocfs2_xattr_set_handle()
3323 ret = ocfs2_xattr_ibody_set(inode, xi, xis, ctxt); in __ocfs2_xattr_set_handle()
3328 ret = ocfs2_xattr_ibody_set(inode, xi, xis, ctxt); in __ocfs2_xattr_set_handle()
3337 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3338 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3342 xis, in __ocfs2_xattr_set_handle()
3347 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3367 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3368 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3372 xis, in __ocfs2_xattr_set_handle()
3377 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3396 if (!xis->not_found) { in __ocfs2_xattr_set_handle()
3407 xis, in __ocfs2_xattr_set_handle()
3423 xis, ctxt); in __ocfs2_xattr_set_handle()
3431 xis->inode_bh, in __ocfs2_xattr_set_handle()
3441 ocfs2_journal_dirty(ctxt->handle, xis->inode_bh); in __ocfs2_xattr_set_handle()
3474 struct ocfs2_xattr_search xis = { in ocfs2_xattr_set_handle() local
3504 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set_handle()
3509 ret = ocfs2_xattr_ibody_find(inode, name_index, name, &xis); in ocfs2_xattr_set_handle()
3512 if (xis.not_found) { in ocfs2_xattr_set_handle()
3518 ret = __ocfs2_xattr_set_handle(inode, di, &xi, &xis, &xbs, &ctxt); in ocfs2_xattr_set_handle()
3559 struct ocfs2_xattr_search xis = { in ocfs2_xattr_set() local
3586 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set()
3594 ret = ocfs2_xattr_ibody_find(inode, name_index, name, &xis); in ocfs2_xattr_set()
3597 if (xis.not_found) { in ocfs2_xattr_set()
3603 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set()
3618 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set()
3620 &xis, &xbs, &ref_tree, in ocfs2_xattr_set()
3640 ret = ocfs2_init_xattr_set_ctxt(inode, di, &xi, &xis, in ocfs2_xattr_set()
3656 ret = __ocfs2_xattr_set_handle(inode, di, &xi, &xis, &xbs, &ctxt); in ocfs2_xattr_set()
5770 struct ocfs2_xattr_search *xis, in ocfs2_prepare_refcount_xattr() argument
5790 if (!xis->not_found) { in ocfs2_prepare_refcount_xattr()
5791 xe = xis->here; in ocfs2_prepare_refcount_xattr()
5794 base = xis->base; in ocfs2_prepare_refcount_xattr()
5795 vb.vb_bh = xis->inode_bh; in ocfs2_prepare_refcount_xattr()