• Home
  • Raw
  • Download

Lines Matching refs:not_found

131 	int not_found;  member
1229 if (xs->not_found) { in ocfs2_xattr_block_get()
1291 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
1294 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
2710 xs->not_found = ret; in ocfs2_xattr_ibody_find()
2792 xs->not_found ? NULL : xs->here); in ocfs2_xattr_ibody_set()
2852 xs->not_found = ret; in ocfs2_xattr_block_find()
2981 xs->not_found ? NULL : xs->here); in ocfs2_xattr_block_set()
3027 BUG_ON(!xs->not_found); in ocfs2_xattr_can_be_in_inode()
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()
3314 if (!xis->not_found) in __ocfs2_xattr_set_handle()
3316 else if (!xbs->not_found) in __ocfs2_xattr_set_handle()
3321 if (!ret && !xbs->not_found) { in __ocfs2_xattr_set_handle()
3329 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3330 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3339 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3359 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3360 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3369 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3388 if (!xis->not_found) { in __ocfs2_xattr_set_handle()
3395 xbs->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3467 .not_found = -ENODATA, in ocfs2_xattr_set_handle()
3471 .not_found = -ENODATA, in ocfs2_xattr_set_handle()
3504 if (xis.not_found) { in ocfs2_xattr_set_handle()
3552 .not_found = -ENODATA, in ocfs2_xattr_set()
3556 .not_found = -ENODATA, in ocfs2_xattr_set()
3589 if (xis.not_found) { in ocfs2_xattr_set()
3595 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set()
3610 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set()
4265 if (xs->not_found) in ocfs2_xattr_update_xattr_search()
5555 xs->not_found ? NULL : xs->here); in ocfs2_xattr_set_entry_bucket()
5642 xs->not_found = ret; in ocfs2_xattr_set_entry_index_block()
5782 if (!xis->not_found) { in ocfs2_prepare_refcount_xattr()