Home
last modified time | relevance | path

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

/openbmc/linux/fs/reiserfs/
H A Dtail_conversion.c46 unp_t unfm_ptr; in direct2indirect()
H A Dreiserfs.h1129 typedef __le32 unp_t; typedef
1132 unp_t unfm_nodenum;
2267 #define UNFM_P_SIZE (sizeof(unp_t))
2686 le32_to_cpu(*(((unp_t *)ih_item_body(bh, ih)) + (pos)))
2688 (*(((unp_t *)ih_item_body(bh, ih)) + (pos)) = cpu_to_le32(val))
H A Dinode.c1007 unp_t unf_single = 0; in reiserfs_get_block()
1008 unp_t *un; in reiserfs_get_block()