Searched refs:trun (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/ubifs/
H A Dreplay.c636 struct ubifs_trun_node *trun = snod->node; local
637 loff_t old_size = le64_to_cpu(trun->old_size);
638 loff_t new_size = le64_to_cpu(trun->new_size);
653 trun_key_init(c, &key, le32_to_cpu(trun->inum));
H A Ddebug.c499 const struct ubifs_trun_node *trun = node; local
501 pr_err("\tinum %u\n", le32_to_cpu(trun->inum));
503 (unsigned long long)le64_to_cpu(trun->old_size));
505 (unsigned long long)le64_to_cpu(trun->new_size));

Completed in 103 milliseconds