Lines Matching refs:xis

305 					struct ocfs2_xattr_search *xis,
1280 struct ocfs2_xattr_search xis = { in ocfs2_xattr_get_nolock() local
1293 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock()
1297 buffer_size, &xis); in ocfs2_xattr_get_nolock()
3027 struct ocfs2_xattr_search *xis, in ocfs2_calc_xattr_set_need() argument
3054 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
3066 if (!xis->not_found) { in ocfs2_calc_xattr_set_need()
3067 xe = xis->here; in ocfs2_calc_xattr_set_need()
3070 base = xis->base; in ocfs2_calc_xattr_set_need()
3118 if (ocfs2_xattr_can_be_in_inode(inode, xi, xis)) { in ocfs2_calc_xattr_set_need()
3239 struct ocfs2_xattr_search *xis, in ocfs2_init_xattr_set_ctxt() argument
3252 ret = ocfs2_calc_xattr_set_need(inode, di, xi, xis, xbs, in ocfs2_init_xattr_set_ctxt()
3295 struct ocfs2_xattr_search *xis, in __ocfs2_xattr_set_handle() argument
3303 if (!xis->not_found) in __ocfs2_xattr_set_handle()
3304 ret = ocfs2_xattr_ibody_set(inode, xi, xis, ctxt); in __ocfs2_xattr_set_handle()
3309 ret = ocfs2_xattr_ibody_set(inode, xi, xis, ctxt); in __ocfs2_xattr_set_handle()
3318 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3319 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3323 xis, in __ocfs2_xattr_set_handle()
3328 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3348 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3349 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3353 xis, in __ocfs2_xattr_set_handle()
3358 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3377 if (!xis->not_found) { in __ocfs2_xattr_set_handle()
3388 xis, in __ocfs2_xattr_set_handle()
3404 xis, ctxt); in __ocfs2_xattr_set_handle()
3412 xis->inode_bh, in __ocfs2_xattr_set_handle()
3422 ocfs2_journal_dirty(ctxt->handle, xis->inode_bh); in __ocfs2_xattr_set_handle()
3455 struct ocfs2_xattr_search xis = { in ocfs2_xattr_set_handle() local
3485 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set_handle()
3490 ret = ocfs2_xattr_ibody_find(inode, name_index, name, &xis); in ocfs2_xattr_set_handle()
3493 if (xis.not_found) { in ocfs2_xattr_set_handle()
3499 ret = __ocfs2_xattr_set_handle(inode, di, &xi, &xis, &xbs, &ctxt); in ocfs2_xattr_set_handle()
3539 struct ocfs2_xattr_search xis = { in ocfs2_xattr_set() local
3565 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set()
3573 ret = ocfs2_xattr_ibody_find(inode, name_index, name, &xis); in ocfs2_xattr_set()
3576 if (xis.not_found) { in ocfs2_xattr_set()
3582 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set()
3597 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set()
3599 &xis, &xbs, &ref_tree, in ocfs2_xattr_set()
3619 ret = ocfs2_init_xattr_set_ctxt(inode, di, &xi, &xis, in ocfs2_xattr_set()
3635 ret = __ocfs2_xattr_set_handle(inode, di, &xi, &xis, &xbs, &ctxt); in ocfs2_xattr_set()
5756 struct ocfs2_xattr_search *xis, in ocfs2_prepare_refcount_xattr() argument
5776 if (!xis->not_found) { in ocfs2_prepare_refcount_xattr()
5777 xe = xis->here; in ocfs2_prepare_refcount_xattr()
5780 base = xis->base; in ocfs2_prepare_refcount_xattr()
5781 vb.vb_bh = xis->inode_bh; in ocfs2_prepare_refcount_xattr()