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

/linux-4.1.27/fs/ubifs/
H A Djournal.c96 * @trun: the truncation node to zero out
98 static inline void zero_trun_node_unused(struct ubifs_trun_node *trun) zero_trun_node_unused() argument
100 memset(trun->padding, 0, 12); zero_trun_node_unused()
1150 struct ubifs_trun_node *trun; ubifs_jnl_truncate() local
1169 trun = (void *)ino + UBIFS_INO_NODE_SZ; ubifs_jnl_truncate()
1170 trun->ch.node_type = UBIFS_TRUN_NODE; ubifs_jnl_truncate()
1171 trun->inum = cpu_to_le32(inum); ubifs_jnl_truncate()
1172 trun->old_size = cpu_to_le64(old_size); ubifs_jnl_truncate()
1173 trun->new_size = cpu_to_le64(new_size); ubifs_jnl_truncate()
1174 zero_trun_node_unused(trun); ubifs_jnl_truncate()
1179 dn = (void *)trun + UBIFS_TRUN_NODE_SZ; ubifs_jnl_truncate()
1216 ubifs_prep_grp_node(c, trun, UBIFS_TRUN_NODE_SZ, dlen ? 0 : 1); ubifs_jnl_truncate()
H A Dreplay.c641 struct ubifs_trun_node *trun = snod->node; replay_bud() local
642 loff_t old_size = le64_to_cpu(trun->old_size); replay_bud()
643 loff_t new_size = le64_to_cpu(trun->new_size); replay_bud()
658 trun_key_init(c, &key, le32_to_cpu(trun->inum)); replay_bud()
H A Ddebug.c492 const struct ubifs_trun_node *trun = node; ubifs_dump_node() local
494 pr_err("\tinum %u\n", le32_to_cpu(trun->inum)); ubifs_dump_node()
496 (unsigned long long)le64_to_cpu(trun->old_size)); ubifs_dump_node()
498 (unsigned long long)le64_to_cpu(trun->new_size)); ubifs_dump_node()
H A Dsuper.c1441 dbg_gen("node sizes: trun %zu, sb %zu, master %zu", mount_ubifs()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Dpwrseq.h119 /* 0x15[0] =1 trun on ZCD */}, \
139 /* 0x15[0] =0 trun off ZCD */}, \
178 /* 0x15[0] =1 trun on ZCD */}, \
210 /* 0x15[0] =0 trun off ZCD */}, \
/linux-4.1.27/arch/powerpc/sysdev/
H A Dfsl_pci.c1149 /* Wait trun off done */ send_pme_turnoff_message()
/linux-4.1.27/arch/powerpc/kernel/
H A Dentry_32.S861 * are about to trun them back on.

Completed in 345 milliseconds