Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dxattr.c296 struct ocfs2_xattr_search *xbs,
1291 struct ocfs2_xattr_search xbs = { in ocfs2_xattr_get_nolock() local
1301 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock()
1308 buffer_size, &xbs); in ocfs2_xattr_get_nolock()
3037 struct ocfs2_xattr_search *xbs, in ocfs2_calc_xattr_set_need() argument
3063 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
3083 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data; in ocfs2_calc_xattr_set_need()
3084 xe = xbs->here; in ocfs2_calc_xattr_set_need()
3087 i = xbs->here - xbs->header->xh_entries; in ocfs2_calc_xattr_set_need()
3092 bucket_xh(xbs->bucket), in ocfs2_calc_xattr_set_need()
[all …]