Searched refs:ubifs_tnc_add (Results 1 - 4 of 4) sorted by path

/linux-master/fs/ubifs/
H A Djournal.c798 err = ubifs_tnc_add(c, &ino_key, lnum, ino_offs, ilen, hash_ino);
804 err = ubifs_tnc_add(c, &ino_key, lnum, ino_offs,
935 err = ubifs_tnc_add(c, key, lnum, offs, dlen, hash);
1081 err = ubifs_tnc_add(c, &key, lnum, offs, ilen, hash);
1297 err = ubifs_tnc_add(c, &key, lnum, offs, plen, hash_p1);
1304 err = ubifs_tnc_add(c, &key, lnum, offs, plen, hash_p2);
1540 err = ubifs_tnc_add(c, &key, lnum, offs, ilen, hash_new_inode);
1548 err = ubifs_tnc_add(c, &key, lnum, offs, wlen,
1556 err = ubifs_tnc_add(c, &key, lnum, offs, plen, hash_old_dir);
1563 err = ubifs_tnc_add(
[all...]
H A Dreplay.c278 err = ubifs_tnc_add(c, &r->key, r->lnum, r->offs,
H A Dtnc.c2299 * ubifs_tnc_add - add a node to TNC.
2311 int ubifs_tnc_add(struct ubifs_info *c, const union ubifs_key *key, int lnum, function
2443 * This is the same as 'ubifs_tnc_add()' but it should be used with keys which
H A Dubifs.h1867 int ubifs_tnc_add(struct ubifs_info *c, const union ubifs_key *key, int lnum,

Completed in 204 milliseconds