Lines Matching refs:not_found
139 int not_found; member
1213 if (xs->not_found) { in ocfs2_xattr_block_get()
1275 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
1278 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
2693 xs->not_found = ret; in ocfs2_xattr_ibody_find()
2775 xs->not_found ? NULL : xs->here); in ocfs2_xattr_ibody_set()
2835 xs->not_found = ret; in ocfs2_xattr_block_find()
2964 xs->not_found ? NULL : xs->here); in ocfs2_xattr_block_set()
3010 BUG_ON(!xs->not_found); in ocfs2_xattr_can_be_in_inode()
3048 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
3060 if (!xis->not_found) { in ocfs2_calc_xattr_set_need()
3297 if (!xis->not_found) in __ocfs2_xattr_set_handle()
3299 else if (!xbs->not_found) in __ocfs2_xattr_set_handle()
3304 if (!ret && !xbs->not_found) { in __ocfs2_xattr_set_handle()
3312 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3313 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3322 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3342 old_found = xis->not_found; in __ocfs2_xattr_set_handle()
3343 xis->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3352 xis->not_found = old_found; in __ocfs2_xattr_set_handle()
3371 if (!xis->not_found) { in __ocfs2_xattr_set_handle()
3378 xbs->not_found = -ENODATA; in __ocfs2_xattr_set_handle()
3450 .not_found = -ENODATA, in ocfs2_xattr_set_handle()
3454 .not_found = -ENODATA, in ocfs2_xattr_set_handle()
3487 if (xis.not_found) { in ocfs2_xattr_set_handle()
3534 .not_found = -ENODATA, in ocfs2_xattr_set()
3538 .not_found = -ENODATA, in ocfs2_xattr_set()
3570 if (xis.not_found) { in ocfs2_xattr_set()
3576 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set()
3591 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set()
4251 if (xs->not_found) in ocfs2_xattr_update_xattr_search()
5541 xs->not_found ? NULL : xs->here); in ocfs2_xattr_set_entry_bucket()
5628 xs->not_found = ret; in ocfs2_xattr_set_entry_index_block()
5768 if (!xis->not_found) { in ocfs2_prepare_refcount_xattr()