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()
415 int not_found = 1, error; in ext2_xattr_set() local
477 if (not_found > 0) { in ext2_xattr_set()
478 not_found = ext2_xattr_cmp_entry(name_index, in ext2_xattr_set()
481 if (not_found <= 0) in ext2_xattr_set()
486 if (not_found > 0) in ext2_xattr_set()
497 if (not_found) { in ext2_xattr_set()
565 if (not_found) { in ext2_xattr_set()