unp_t             906 fs/reiserfs/inode.c 			unp_t unf_single = 0;	// We use this in case we need to allocate only
unp_t             908 fs/reiserfs/inode.c 			unp_t *un;
unp_t              30 fs/reiserfs/tail_conversion.c 	unp_t unfm_ptr;		/* Handle on an unformatted node
unp_t             265 include/linux/reiserfs_fs.h 	unp_t unfm_nodenum;
unp_t            1231 include/linux/reiserfs_fs.h #define UNFM_P_SIZE (sizeof(unp_t))
unp_t            1531 include/linux/reiserfs_fs.h #define B_I_POS_UNFM_POINTER(bh,ih,pos) le32_to_cpu(*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)))
unp_t            1532 include/linux/reiserfs_fs.h #define PUT_B_I_POS_UNFM_POINTER(bh,ih,pos, val) do {*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)) = cpu_to_le32(val); } while (0)