Lines Matching refs:not_found

139 	int not_found;  member
1219 if (xs->not_found) { in ocfs2_xattr_block_get()
1281 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
1284 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
2699 xs->not_found = ret; in ocfs2_xattr_ibody_find()
2781 xs->not_found ? NULL : xs->here); in ocfs2_xattr_ibody_set()
2841 xs->not_found = ret; in ocfs2_xattr_block_find()
2970 xs->not_found ? NULL : xs->here); in ocfs2_xattr_block_set()
3016 BUG_ON(!xs->not_found); in ocfs2_xattr_can_be_in_inode()
3054 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
3066 if (!xis->not_found) { in ocfs2_calc_xattr_set_need()
3303 if (!xis->not_found) in __ocfs2_xattr_set_handle()
3305 else if (!xbs->not_found) in __ocfs2_xattr_set_handle()
3310 if (!ret && !xbs->not_found) { in __ocfs2_xattr_set_handle()
3318 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3319 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3328 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3348 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3349 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3358 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3377 if (!xis->not_found) { in __ocfs2_xattr_set_handle()
3384 xbs->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3456 .not_found = -ENODATA, in ocfs2_xattr_set_handle()
3460 .not_found = -ENODATA, in ocfs2_xattr_set_handle()
3493 if (xis.not_found) { in ocfs2_xattr_set_handle()
3540 .not_found = -ENODATA, in ocfs2_xattr_set()
3544 .not_found = -ENODATA, in ocfs2_xattr_set()
3576 if (xis.not_found) { in ocfs2_xattr_set()
3582 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set()
3597 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set()
4259 if (xs->not_found) in ocfs2_xattr_update_xattr_search()
5549 xs->not_found ? NULL : xs->here); in ocfs2_xattr_set_entry_bucket()
5636 xs->not_found = ret; in ocfs2_xattr_set_entry_index_block()
5776 if (!xis->not_found) { in ocfs2_prepare_refcount_xattr()