Lines Matching defs:fstable
109 struct fstable { struct
110 char *name; /* name of filesystem, (mount point) */
111 int namlen; /* The length of the name (mountpoint) */
112 fsblkcnt_t bsize; /* fundamental file system block size */
113 fsblkcnt_t frsize; /* file system fragment size */
114 fsblkcnt_t bfree; /* total # of free blocks */
115 fsblkcnt_t bused; /* total # of used blocks */
116 fsblkcnt_t ffree; /* total # of free file nodes */
117 fsblkcnt_t fused; /* total # of used file nodes */
118 char *fstype; /* type of filesystem - nfs, lo, ... */
119 char *remote_name; /* client's mounted filesystem */
120 unsigned writeable:1; /* access permission */
121 unsigned write_tested:1; /* access permission fully tested */
122 unsigned remote:1; /* on a remote filesystem */
123 unsigned mounted:1; /* actually mounted right now */
124 unsigned srvr_map:1; /* use server_map() */
125 unsigned cl_mounted:1; /* mounted in client space */
126 unsigned mnt_failed:1; /* attempt to loopback mount failed */
127 unsigned served:1; /* filesystem comes from a server */