Lines Matching refs:not_found
1577 old_size = (!s->not_found && !here->e_value_inum) ?
1621 if (!s->not_found)
1648 if (!s->not_found && here->e_value_inum) {
1701 if (!s->not_found && here->e_value_size && !here->e_value_inum) {
1745 } else if (s->not_found) {
1859 bs->s.not_found = error;
1948 if (!s->not_found && s->here->e_value_inum) {
2215 is->s.not_found = error;
2302 .s = { .not_found = -ENODATA, },
2305 .s = { .not_found = -ENODATA, },
2353 if (is.s.not_found)
2357 if (is.s.not_found && bs.s.not_found) {
2371 if (!is.s.not_found)
2373 else if (!bs.s.not_found)
2378 if (!is.s.not_found && ext4_xattr_value_same(&is.s, &i))
2380 if (!bs.s.not_found && ext4_xattr_value_same(&bs.s, &i))
2389 if (!error && !bs.s.not_found) {
2401 if (!error && !is.s.not_found) {
2570 is->s.not_found = -ENODATA;
2571 bs->s.not_found = -ENODATA;