Lines Matching refs:deletion
59 unsigned int deletion:1; member
226 ubifs_assert(c, rino->deletion); in inode_still_linked()
237 return r->deletion == 0; in inode_still_linked()
257 r->lnum, r->offs, r->len, r->deletion, r->sqnum); in apply_replay_entry()
260 if (r->deletion) in apply_replay_entry()
266 if (r->deletion) in apply_replay_entry()
294 err = ubifs_recover_size_accum(c, &r->key, r->deletion, in apply_replay_entry()
394 int deletion, int *used, loff_t old_size, in insert_node() argument
408 if (!deletion) in insert_node()
413 r->deletion = !!deletion; in insert_node()
442 unsigned long long sqnum, int deletion, int *used) in insert_dent() argument
461 if (!deletion) in insert_dent()
466 r->deletion = !!deletion; in insert_dent()
623 int deletion = 0; in replay_bud() local
642 deletion = 1; in replay_bud()
644 &snod->key, snod->sqnum, deletion, in replay_bud()
656 &snod->key, snod->sqnum, deletion, in replay_bud()