Searched refs:unp_t (Results 1 – 3 of 3) sorted by relevance
30 unp_t unfm_ptr; /* Handle on an unformatted node in direct2indirect()
939 typedef __le32 unp_t; typedef942 unp_t unfm_nodenum;1941 #define UNFM_P_SIZE (sizeof(unp_t))2255 #define B_I_POS_UNFM_POINTER(bh,ih,pos) le32_to_cpu(*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)))2256 #define PUT_B_I_POS_UNFM_POINTER(bh,ih,pos, val) do {*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)) = cpu_t…
916 unp_t unf_single = 0; // We use this in case we need to allocate only in reiserfs_get_block()918 unp_t *un; in reiserfs_get_block()