Searched refs:mst1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A D | recovery.c | 244 if (mst1) { in ubifs_recover_master_node() 245 offs1 = (void *)mst1 - buf1; in ubifs_recover_master_node() 246 if ((le32_to_cpu(mst1->flags) & UBIFS_MST_RCVRY) && in ubifs_recover_master_node() 253 mst = mst1; in ubifs_recover_master_node() 258 if (ubifs_compare_master_node(c, mst1, mst2)) in ubifs_recover_master_node() 260 mst = mst1; in ubifs_recover_master_node() 265 mst = mst1; in ubifs_recover_master_node() 271 mst = mst1; in ubifs_recover_master_node() 282 mst = mst1; in ubifs_recover_master_node() 353 if (mst1) { in ubifs_recover_master_node() [all …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | recovery.c | 245 if (mst1) { in ubifs_recover_master_node() 246 offs1 = (void *)mst1 - buf1; in ubifs_recover_master_node() 247 if ((le32_to_cpu(mst1->flags) & UBIFS_MST_RCVRY) && in ubifs_recover_master_node() 254 mst = mst1; in ubifs_recover_master_node() 259 if (memcmp((void *)mst1 + UBIFS_CH_SZ, in ubifs_recover_master_node() 263 mst = mst1; in ubifs_recover_master_node() 268 mst = mst1; in ubifs_recover_master_node() 274 mst = mst1; in ubifs_recover_master_node() 285 mst = mst1; in ubifs_recover_master_node() 358 if (mst1) { in ubifs_recover_master_node() [all …]
|
/openbmc/linux/drivers/gpu/drm/lima/ |
H A D | lima_device.c | 33 #define LIMA_IP_DESC(ipname, mst0, mst1, off0, off1, func, irq) \ argument 39 [lima_gpu_mali450] = mst1, \
|