Home
last modified time | relevance | path

Searched refs:xis (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/ocfs2/
Dxattr.c297 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()
[all …]