Lines Matching refs:not_found
1631 old_size = (!s->not_found && !here->e_value_inum) ?
1675 if (!s->not_found)
1702 if (!s->not_found && here->e_value_inum) {
1755 if (!s->not_found && here->e_value_size && !here->e_value_inum) {
1799 } else if (s->not_found) {
1913 bs->s.not_found = error;
2003 if (!s->not_found && s->here->e_value_inum) {
2271 is->s.not_found = error;
2358 .s = { .not_found = -ENODATA, },
2361 .s = { .not_found = -ENODATA, },
2409 if (is.s.not_found)
2413 if (is.s.not_found && bs.s.not_found) {
2427 if (!is.s.not_found)
2429 else if (!bs.s.not_found)
2434 if (!is.s.not_found && ext4_xattr_value_same(&is.s, &i))
2436 if (!bs.s.not_found && ext4_xattr_value_same(&bs.s, &i))
2445 if (!error && !bs.s.not_found) {
2457 if (!error && !is.s.not_found) {
2627 is->s.not_found = -ENODATA;
2628 bs->s.not_found = -ENODATA;