Lines Matching refs:not_found
522 int not_found; member
541 if (!s->not_found) { in ext3_xattr_set_entry()
554 if (i->value && s->not_found) { in ext3_xattr_set_entry()
665 bs->s.not_found = error; in ext3_xattr_block_find()
897 is->s.not_found = error; in ext3_xattr_ibody_find()
952 .s = { .not_found = -ENODATA, }, in ext3_xattr_set_handle()
955 .s = { .not_found = -ENODATA, }, in ext3_xattr_set_handle()
981 if (is.s.not_found) in ext3_xattr_set_handle()
985 if (is.s.not_found && bs.s.not_found) { in ext3_xattr_set_handle()
998 if (!is.s.not_found) in ext3_xattr_set_handle()
1000 else if (!bs.s.not_found) in ext3_xattr_set_handle()
1004 if (!error && !bs.s.not_found) { in ext3_xattr_set_handle()
1016 if (!is.s.not_found) { in ext3_xattr_set_handle()