Searched defs:hpux_ustat (Results 1 – 1 of 1) sorted by relevance
108 struct hpux_ustat { struct109 int32_t f_tfree; /* total free (daddr_t) */110 u_int32_t f_tinode; /* total inodes free (ino_t) */111 char f_fname[6]; /* filsys name */112 char f_fpack[6]; /* filsys pack name */113 u_int32_t f_blksize; /* filsys block size (int) */137 static int hpux_ustat(dev_t dev, struct hpux_ustat __user *ubuf) in hpux_ustat() function