Lines Matching refs:xis

297 					struct ocfs2_xattr_search *xis,
1290 struct ocfs2_xattr_search xis = { in ocfs2_xattr_get_nolock() local
1303 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock()
1307 buffer_size, &xis); in ocfs2_xattr_get_nolock()
3038 struct ocfs2_xattr_search *xis, in ocfs2_calc_xattr_set_need() argument
3065 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
3077 if (!xis->not_found) { in ocfs2_calc_xattr_set_need()
3078 xe = xis->here; in ocfs2_calc_xattr_set_need()
3081 base = xis->base; in ocfs2_calc_xattr_set_need()
3129 if (ocfs2_xattr_can_be_in_inode(inode, xi, xis)) { in ocfs2_calc_xattr_set_need()
3250 struct ocfs2_xattr_search *xis, in ocfs2_init_xattr_set_ctxt() argument
3263 ret = ocfs2_calc_xattr_set_need(inode, di, xi, xis, xbs, in ocfs2_init_xattr_set_ctxt()
3306 struct ocfs2_xattr_search *xis, in __ocfs2_xattr_set_handle() argument
3314 if (!xis->not_found) in __ocfs2_xattr_set_handle()
3315 ret = ocfs2_xattr_ibody_set(inode, xi, xis, ctxt); in __ocfs2_xattr_set_handle()
3320 ret = ocfs2_xattr_ibody_set(inode, xi, xis, ctxt); in __ocfs2_xattr_set_handle()
3329 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3330 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3334 xis, in __ocfs2_xattr_set_handle()
3339 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3359 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3360 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3364 xis, in __ocfs2_xattr_set_handle()
3369 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3388 if (!xis->not_found) { in __ocfs2_xattr_set_handle()
3399 xis, in __ocfs2_xattr_set_handle()
3415 xis, ctxt); in __ocfs2_xattr_set_handle()
3423 xis->inode_bh, in __ocfs2_xattr_set_handle()
3433 ocfs2_journal_dirty(ctxt->handle, xis->inode_bh); in __ocfs2_xattr_set_handle()
3466 struct ocfs2_xattr_search xis = { in ocfs2_xattr_set_handle() local
3496 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set_handle()
3501 ret = ocfs2_xattr_ibody_find(inode, name_index, name, &xis); in ocfs2_xattr_set_handle()
3504 if (xis.not_found) { in ocfs2_xattr_set_handle()
3510 ret = __ocfs2_xattr_set_handle(inode, di, &xi, &xis, &xbs, &ctxt); in ocfs2_xattr_set_handle()
3551 struct ocfs2_xattr_search xis = { in ocfs2_xattr_set() local
3578 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set()
3586 ret = ocfs2_xattr_ibody_find(inode, name_index, name, &xis); in ocfs2_xattr_set()
3589 if (xis.not_found) { in ocfs2_xattr_set()
3595 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set()
3610 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set()
3612 &xis, &xbs, &ref_tree, in ocfs2_xattr_set()
3632 ret = ocfs2_init_xattr_set_ctxt(inode, di, &xi, &xis, in ocfs2_xattr_set()
3648 ret = __ocfs2_xattr_set_handle(inode, di, &xi, &xis, &xbs, &ctxt); in ocfs2_xattr_set()
5762 struct ocfs2_xattr_search *xis, in ocfs2_prepare_refcount_xattr() argument
5782 if (!xis->not_found) { in ocfs2_prepare_refcount_xattr()
5783 xe = xis->here; in ocfs2_prepare_refcount_xattr()
5786 base = xis->base; in ocfs2_prepare_refcount_xattr()
5787 vb.vb_bh = xis->inode_bh; in ocfs2_prepare_refcount_xattr()