Home
last modified time | relevance | path

Searched refs:unp_t (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/reiserfs/
Dtail_conversion.c30 unp_t unfm_ptr; /* Handle on an unformatted node in direct2indirect()
Dreiserfs.h939 typedef __le32 unp_t; typedef
942 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…
Dinode.c916 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()