Lines Matching refs:trun
74 * @trun: the truncation node to zero out
76 static inline void zero_trun_node_unused(struct ubifs_trun_node *trun)
78 memset(trun->padding, 0, 12);
1556 struct ubifs_trun_node *trun;
1584 trun = (void *)ino + UBIFS_INO_NODE_SZ;
1585 trun->ch.node_type = UBIFS_TRUN_NODE;
1586 trun->inum = cpu_to_le32(inum);
1587 trun->old_size = cpu_to_le64(old_size);
1588 trun->new_size = cpu_to_le64(new_size);
1589 zero_trun_node_unused(trun);
1594 dn = (void *)trun + UBIFS_TRUN_NODE_SZ;
1641 ubifs_prep_grp_node(c, trun, UBIFS_TRUN_NODE_SZ, dlen ? 0 : 1);