| /freebsd-14.2/lib/libc/gen/ |
| H A D | fstab.c | 129 _fs_fstab.fs_type = strsep(&p, ":\n"); in fstabscan() 130 if (_fs_fstab.fs_type) { in fstabscan() 131 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX)) in fstabscan() 133 _fs_fstab.fs_mntops = _fs_fstab.fs_type; in fstabscan() 135 strcmp(_fs_fstab.fs_type, FSTAB_SW) ? in fstabscan() 189 _fs_fstab.fs_type = FSTAB_RW; in fstabscan() 193 _fs_fstab.fs_type = FSTAB_RQ; in fstabscan() 197 _fs_fstab.fs_type = FSTAB_RO; in fstabscan() 201 _fs_fstab.fs_type = FSTAB_SW; in fstabscan() 205 _fs_fstab.fs_type = FSTAB_XX; in fstabscan()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zfs_list/ |
| H A D | zfs_list_007_pos.ksh | 46 set -A fs_type "all" "filesystem" "snapshot" 48 set -A fs_type ${fs_type[*]} "volume" 78 log_mustnot zfs list -rH -o name -t ${fs_type[$fs]} $DEPTH_FS | grep -E "$eg_opt"
|
| H A D | zfs_list.kshlib | 126 fs_type=$(mount | awk -v fs=$fs '{if ($3 == fs) print $4}' \ 129 fs_type=$(mount | awk -v fs=$fs '{if ($3 == fs) print $5}') 132 if [[ $fs_type == "zfs" ]]; then
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_user/zfs_list/ |
| H A D | zfs_list_007_pos.ksh | 63 set -A fs_type "all" "filesystem" "snapshot" 65 set -A fs_type ${fs_type[*]} "volume" 97 …log_mustnot run_unprivileged $ZFS list -rH -o name -t ${fs_type[$fs]} $DEPTH_FS | $EGREP -e '$eg_o…
|
| /freebsd-14.2/sbin/dump/ |
| H A D | optr.c | 294 (new->fs_type = strdup(fs->fs_type)) == NULL || in allocfsent() 321 if ((strcmp(fs->fs_type, FSTAB_RW) && in dump_getfstab() 322 strcmp(fs->fs_type, FSTAB_RO) && in dump_getfstab() 323 strcmp(fs->fs_type, FSTAB_RQ)) || in dump_getfstab()
|
| /freebsd-14.2/usr.sbin/bsdinstall/partedit/ |
| H A D | partedit_x86.c | 140 partcode_path(const char *part_type, const char *fs_type) in partcode_path() argument 144 if (strcmp(fs_type, "zfs") == 0) in partcode_path()
|
| H A D | partedit_generic.c | 76 partcode_path(const char *part_type, const char *fs_type) { in partcode_path() argument
|
| H A D | partedit_efi.c | 98 partcode_path(const char *part_type, const char *fs_type) in partcode_path() argument
|
| H A D | partedit.c | 167 free(md->fstab->fs_type); in main() 264 free(md->fstab->fs_type); in delete_part_metadata() 603 md->fstab->fs_type = strdup(fstab->fs_type); in init_fstab_metadata()
|
| H A D | partedit.h | 106 const char *partcode_path(const char *scheme, const char *fs_type);
|
| H A D | partedit_powerpc.c | 134 partcode_path(const char *part_type, const char *fs_type) { in partcode_path() argument
|
| H A D | gpart_ops.c | 771 free(md->fstab->fs_type); in set_default_part_metadata() 783 free(md->fstab->fs_type); in set_default_part_metadata() 800 md->fstab->fs_type = strdup(FSTAB_SW); in set_default_part_metadata() 804 md->fstab->fs_type = strdup(FSTAB_RW); in set_default_part_metadata() 808 md->fstab->fs_type = strdup(FSTAB_RW); in set_default_part_metadata() 817 md->fstab->fs_mntops = strdup(md->fstab->fs_type); in set_default_part_metadata()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 291 zpl_mount_impl(struct file_system_type *fs_type, int flags, zfs_mnt_t *zm) in zpl_mount_impl() argument 311 s = sget(fs_type, zpl_test_super, set_anon_super, flags, os); in zpl_mount_impl() 358 zpl_mount(struct file_system_type *fs_type, int flags, in zpl_mount() argument 363 struct super_block *sb = zpl_mount_impl(fs_type, flags, &zm); in zpl_mount()
|
| /freebsd-14.2/sbin/fsck/ |
| H A D | fsck.c | 225 if (BADTYPE(fs->fs_type)) in main() 252 if (BADTYPE(fs->fs_type)) in isok() 269 if (!strcmp(fs->fs_type, FSTAB_RO)) in isok() 286 if ((flags & CHECK_BACKGRD) == 0 || !strcmp(fs->fs_type, FSTAB_RO)) in isok()
|
| /freebsd-14.2/include/ |
| H A D | fstab.h | 62 char *fs_type; /* FSTAB_* from fs_mntops */ member
|
| /freebsd-14.2/usr.bin/fstat/ |
| H A D | fstat.c | 246 if (fst->fs_type != PS_FST_TYPE_VNODE && in print_file_info() 247 fst->fs_type != PS_FST_TYPE_FIFO) in print_file_info() 289 switch (fst->fs_type) { in print_file_info() 315 fst->fs_type, fst->fs_fd, pid); in print_file_info()
|
| H A D | fuser.c | 298 if (fst->fs_type != PS_FST_TYPE_VNODE) in dofiles()
|
| /freebsd-14.2/usr.bin/procstat/ |
| H A D | procstat_files.c | 356 switch (fst->fs_type) { in procstat_files() 431 if (fst->fs_type == PS_FST_TYPE_VNODE) { in procstat_files() 542 switch (fst->fs_type) { in procstat_files()
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-fst-mount.m4 | 11 mount(struct file_system_type *fs_type, int flags,
|
| /freebsd-14.2/sbin/umount/ |
| H A D | umount.c | 237 if (strcmp(fs->fs_type, FSTAB_RW) && in umountall() 238 strcmp(fs->fs_type, FSTAB_RO) && in umountall() 239 strcmp(fs->fs_type, FSTAB_RQ)) in umountall()
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_core/ |
| H A D | fs_core.h | 34 enum fs_type { enum 60 enum fs_type type;
|
| /freebsd-14.2/usr.sbin/quotaon/ |
| H A D | quotaon.c | 115 strcmp(fs->fs_type, FSTAB_RW)) in main()
|
| /freebsd-14.2/lib/libprocstat/ |
| H A D | libprocstat.h | 117 int fs_type; /* Descriptor type. */ member
|
| /freebsd-14.2/sbin/mount/ |
| H A D | mount.c | 310 if (BADTYPE(fs->fs_type)) in main() 410 if (BADTYPE(fs->fs_type)) in main()
|
| /freebsd-14.2/sbin/swapon/ |
| H A D | swapon.c | 185 if (strcmp(fsp->fs_type, FSTAB_SW) != 0) in main()
|