Searched refs:xis (Results 1 – 1 of 1) sorted by relevance
305 struct ocfs2_xattr_search *xis,1274 struct ocfs2_xattr_search xis = { in ocfs2_xattr_get_nolock() local1287 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock()1291 buffer_size, &xis); in ocfs2_xattr_get_nolock()3021 struct ocfs2_xattr_search *xis, in ocfs2_calc_xattr_set_need() argument3048 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()3060 if (!xis->not_found) { in ocfs2_calc_xattr_set_need()3061 xe = xis->here; in ocfs2_calc_xattr_set_need()3064 base = xis->base; in ocfs2_calc_xattr_set_need()3112 if (ocfs2_xattr_can_be_in_inode(inode, xi, xis)) { in ocfs2_calc_xattr_set_need()[all …]