Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libfsimage/ufs/
A Dufs.h34 typedef uint32_t grub_uint32_t; typedef
62 grub_uint32_t fs_link; /* linked list of file systems */
63 grub_uint32_t fs_rolled; /* logging only: fs fully rolled */
153 grub_uint32_t fs_csp_pad[MAXCSBUFS];
182 grub_uint32_t ic_sizelo; /* 8: number of bytes in file */
183 grub_uint32_t ic_sizehi; /* 12: number of bytes in file */
195 grub_uint32_t ic_oeftflag; /* 124: extended attr directory ino, */
208 #define itoo(fs, x) ((x) % (grub_uint32_t)INOPB(fs))
209 #define itog(fs, x) ((x) / (grub_uint32_t)(fs)->fs_ipg)
212 ((x) % (grub_uint32_t)(fs)->fs_ipg / (grub_uint32_t)INOPB(fs))))))

Completed in 5 milliseconds