Lines Matching refs:exists
1286 * @exists: indicates whether the inode exists
1294 int exists;
1304 * @exists: indicates whether the inode exists
1306 static int add_ino(struct ubifs_info *c, ino_t inum, loff_t i_size, loff_t d_size, int exists)
1329 e->exists = exists;
1432 e->exists = 1;
1615 if (!e->exists) {
1633 e->exists = 1;
1638 if (e->exists && e->i_size < e->d_size) {