Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/lib/libc/gen/
H A Dfstab.c129 _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 Dzfs_list_007_pos.ksh46 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 Dzfs_list.kshlib126 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 Dzfs_list_007_pos.ksh63 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 Doptr.c294 (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 Dpartedit_x86.c140 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 Dpartedit_generic.c76 partcode_path(const char *part_type, const char *fs_type) { in partcode_path() argument
H A Dpartedit_efi.c98 partcode_path(const char *part_type, const char *fs_type) in partcode_path() argument
H A Dpartedit.c167 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 Dpartedit.h106 const char *partcode_path(const char *scheme, const char *fs_type);
H A Dpartedit_powerpc.c134 partcode_path(const char *part_type, const char *fs_type) { in partcode_path() argument
H A Dgpart_ops.c771 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 Dzpl_super.c291 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 Dfsck.c225 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 Dfstab.h62 char *fs_type; /* FSTAB_* from fs_mntops */ member
/freebsd-14.2/usr.bin/fstat/
H A Dfstat.c246 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 Dfuser.c298 if (fst->fs_type != PS_FST_TYPE_VNODE) in dofiles()
/freebsd-14.2/usr.bin/procstat/
H A Dprocstat_files.c356 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 Dkernel-fst-mount.m411 mount(struct file_system_type *fs_type, int flags,
/freebsd-14.2/sbin/umount/
H A Dumount.c237 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 Dfs_core.h34 enum fs_type { enum
60 enum fs_type type;
/freebsd-14.2/usr.sbin/quotaon/
H A Dquotaon.c115 strcmp(fs->fs_type, FSTAB_RW)) in main()
/freebsd-14.2/lib/libprocstat/
H A Dlibprocstat.h117 int fs_type; /* Descriptor type. */ member
/freebsd-14.2/sbin/mount/
H A Dmount.c310 if (BADTYPE(fs->fs_type)) in main()
410 if (BADTYPE(fs->fs_type)) in main()
/freebsd-14.2/sbin/swapon/
H A Dswapon.c185 if (strcmp(fsp->fs_type, FSTAB_SW) != 0) in main()

12