Searched refs:_fs_fstab (Results 1 – 1 of 1) sorted by relevance
48 static struct fstab _fs_fstab; variable91 if (_fs_fstab.fs_file != NULL && strcmp(_fs_fstab.fs_file, "/") != 0) in fixfsfile()103 _fs_fstab.fs_spec = buf; in fixfsfile()124 _fs_fstab.fs_spec = strsep(&p, ":\n"); in fstabscan()125 _fs_fstab.fs_file = strsep(&p, ":\n"); in fstabscan()127 _fs_fstab.fs_type = strsep(&p, ":\n"); in fstabscan()128 if (_fs_fstab.fs_type) { in fstabscan()129 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX)) in fstabscan()131 _fs_fstab.fs_mntops = _fs_fstab.fs_type; in fstabscan()132 _fs_fstab.fs_vfstype = in fstabscan()[all …]