Lines Matching refs:not_found
139 int not_found; member
1237 if (xs->not_found) { in ocfs2_xattr_block_get()
1299 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
1302 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
2718 xs->not_found = ret; in ocfs2_xattr_ibody_find()
2800 xs->not_found ? NULL : xs->here); in ocfs2_xattr_ibody_set()
2860 xs->not_found = ret; in ocfs2_xattr_block_find()
2989 xs->not_found ? NULL : xs->here); in ocfs2_xattr_block_set()
3035 BUG_ON(!xs->not_found); in ocfs2_xattr_can_be_in_inode()
3073 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
3085 if (!xis->not_found) { in ocfs2_calc_xattr_set_need()
3322 if (!xis->not_found) in __ocfs2_xattr_set_handle()
3324 else if (!xbs->not_found) in __ocfs2_xattr_set_handle()
3329 if (!ret && !xbs->not_found) { in __ocfs2_xattr_set_handle()
3337 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3338 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3347 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3367 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3368 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3377 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3396 if (!xis->not_found) { in __ocfs2_xattr_set_handle()
3403 xbs->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3475 .not_found = -ENODATA, in ocfs2_xattr_set_handle()
3479 .not_found = -ENODATA, in ocfs2_xattr_set_handle()
3512 if (xis.not_found) { in ocfs2_xattr_set_handle()
3560 .not_found = -ENODATA, in ocfs2_xattr_set()
3564 .not_found = -ENODATA, in ocfs2_xattr_set()
3597 if (xis.not_found) { in ocfs2_xattr_set()
3603 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set()
3618 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set()
4273 if (xs->not_found) in ocfs2_xattr_update_xattr_search()
5563 xs->not_found ? NULL : xs->here); in ocfs2_xattr_set_entry_bucket()
5650 xs->not_found = ret; in ocfs2_xattr_set_entry_index_block()
5790 if (!xis->not_found) { in ocfs2_prepare_refcount_xattr()