Searched refs:unp_t (Results 1 – 1 of 1) sorted by relevance
249 typedef __le32 unp_t; typedef252 unp_t unfm_nodenum;1218 #define UNFM_P_SIZE (sizeof(unp_t))1518 #define B_I_POS_UNFM_POINTER(bh,ih,pos) le32_to_cpu(*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)))1519 #define PUT_B_I_POS_UNFM_POINTER(bh,ih,pos, val) do {*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)) = cpu_t…