Lines Matching defs:uufsd
44 struct uufsd { struct
45 union {
49 union {
53 union {
57 const char *d_name; /* disk name */
58 const char *d_error; /* human readable disk error */
59 ufs2_daddr_t d_sblock; /* superblock location */
60 struct fs_summary_info *d_si; /* Superblock summary info */
61 union dinodep d_dp; /* pointer to currently active inode */
62 ino_t d_inomin; /* low ino */
63 ino_t d_inomax; /* high ino */
64 off_t d_sblockloc; /* where to look for the superblock */
65 int64_t d_bsize; /* device bsize */
66 int64_t d_lookupflags; /* flags to superblock lookup */
67 int64_t d_mine; /* internal flags */
68 int32_t d_ccg; /* current cylinder group */
69 int32_t d_ufs; /* decimal UFS version */
70 int32_t d_fd; /* raw device file descriptor */
94 ERROR(struct uufsd *u, const char *str) in ERROR() argument