Lines Matching refs:deletion
50 unsigned int deletion:1; member
217 ubifs_assert(c, rino->deletion); in inode_still_linked()
228 return r->deletion == 0; in inode_still_linked()
248 r->lnum, r->offs, r->len, r->deletion, r->sqnum); in apply_replay_entry()
251 if (r->deletion) in apply_replay_entry()
257 if (r->deletion) in apply_replay_entry()
285 err = ubifs_recover_size_accum(c, &r->key, r->deletion, in apply_replay_entry()
385 unsigned long long sqnum, int deletion, int *used, in insert_node() argument
399 if (!deletion) in insert_node()
405 r->deletion = !!deletion; in insert_node()
435 int deletion, int *used) in insert_dent() argument
454 if (!deletion) in insert_dent()
460 r->deletion = !!deletion; in insert_dent()
723 int deletion = 0; in replay_bud() local
744 deletion = 1; in replay_bud()
746 &snod->key, snod->sqnum, deletion, in replay_bud()
758 &snod->key, snod->sqnum, deletion, in replay_bud()