Lines Matching refs:fstab_state
27 struct fstab_state struct
35 static struct fstab_state *fstab_init (int opt_rewind); argument
36 static struct mntent *fstab_fetch (struct fstab_state *state);
37 static struct fstab *fstab_convert (struct fstab_state *state);
39 static struct fstab_state fstab_state; variable
52 struct fstab_state *state; in getfsent()
66 struct fstab_state *state; in getfsspec()
82 struct fstab_state *state; in getfsfile()
98 struct fstab_state *state; in endfsent()
100 state = &fstab_state; in endfsent()
109 static struct fstab_state *
112 struct fstab_state *state; in fstab_init()
116 state = &fstab_state; in fstab_init()
146 fstab_fetch (struct fstab_state *state) in fstab_fetch()
154 fstab_convert (struct fstab_state *state) in fstab_convert()
184 buffer = fstab_state.fs_buffer; in libc_freeres_fn()