Lines Matching refs:not_found
203 int error, not_found; in ext2_xattr_get() local
243 not_found = ext2_xattr_cmp_entry(name_index, name_len, name, in ext2_xattr_get()
245 if (!not_found) in ext2_xattr_get()
247 if (not_found < 0) in ext2_xattr_get()
414 int not_found = 1, error; in ext2_xattr_set() local
476 if (not_found > 0) { in ext2_xattr_set()
477 not_found = ext2_xattr_cmp_entry(name_index, in ext2_xattr_set()
480 if (not_found <= 0) in ext2_xattr_set()
485 if (not_found > 0) in ext2_xattr_set()
496 if (not_found) { in ext2_xattr_set()
563 if (not_found) { in ext2_xattr_set()