Lines Matching refs:not_found
202 int error, not_found; in ext2_xattr_get() local
242 not_found = ext2_xattr_cmp_entry(name_index, name_len, name, in ext2_xattr_get()
244 if (!not_found) in ext2_xattr_get()
246 if (not_found < 0) in ext2_xattr_get()
414 int not_found = 1, error; in ext2_xattr_set() local
473 if (not_found > 0) { in ext2_xattr_set()
474 not_found = ext2_xattr_cmp_entry(name_index, in ext2_xattr_set()
477 if (not_found <= 0) in ext2_xattr_set()
482 if (not_found > 0) in ext2_xattr_set()
493 if (not_found) { in ext2_xattr_set()
560 if (not_found) { in ext2_xattr_set()