Lines Matching refs:not_found
129 int not_found; member
1227 if (xs->not_found) { in ocfs2_xattr_block_get()
1289 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
1292 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
2708 xs->not_found = ret; in ocfs2_xattr_ibody_find()
2790 xs->not_found ? NULL : xs->here); in ocfs2_xattr_ibody_set()
2850 xs->not_found = ret; in ocfs2_xattr_block_find()
2979 xs->not_found ? NULL : xs->here); in ocfs2_xattr_block_set()
3025 BUG_ON(!xs->not_found); in ocfs2_xattr_can_be_in_inode()
3063 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
3075 if (!xis->not_found) { in ocfs2_calc_xattr_set_need()
3312 if (!xis->not_found) in __ocfs2_xattr_set_handle()
3314 else if (!xbs->not_found) in __ocfs2_xattr_set_handle()
3319 if (!ret && !xbs->not_found) { in __ocfs2_xattr_set_handle()
3327 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3328 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3337 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3357 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3358 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3367 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3386 if (!xis->not_found) { in __ocfs2_xattr_set_handle()
3393 xbs->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3465 .not_found = -ENODATA, in ocfs2_xattr_set_handle()
3469 .not_found = -ENODATA, in ocfs2_xattr_set_handle()
3502 if (xis.not_found) { in ocfs2_xattr_set_handle()
3550 .not_found = -ENODATA, in ocfs2_xattr_set()
3554 .not_found = -ENODATA, in ocfs2_xattr_set()
3587 if (xis.not_found) { in ocfs2_xattr_set()
3593 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set()
3608 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set()
4263 if (xs->not_found) in ocfs2_xattr_update_xattr_search()
5553 xs->not_found ? NULL : xs->here); in ocfs2_xattr_set_entry_bucket()
5640 xs->not_found = ret; in ocfs2_xattr_set_entry_index_block()
5780 if (!xis->not_found) { in ocfs2_prepare_refcount_xattr()