Searched refs:fs_type (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/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"
72 while (( fs<${#fs_type[*]} )); do
74 [[ "${fs_type[$fs]}" == "volume" || "${fs_type[$fs]}" == "snapshot" ]]; then
75 log_must eval "zfs list -H -d $dp -o name -t ${fs_type[$fs]} $DEPTH_FS > $DEPTH_OUTPUT"
78 log_mustnot zfs list -rH -o name -t ${fs_type[$fs]} $DEPTH_FS | grep -E "$eg_opt"
80 log_must eval "zfs list -H -d $dp -o name -t ${fs_type[$fs]} $DEPTH_FS > $DEPTH_OUTPUT"
81 log_must eval "zfs list -rH -o name -t ${fs_type[
[all...]
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-current/usr.sbin/bsdinstall/partedit/
H A Dpartedit_generic.c76 partcode_path(const char *part_type, const char *fs_type) { argument
H A Dpartedit_efi.c98 partcode_path(const char *part_type, const char *fs_type) argument
H A Dpartedit_x86.c140 partcode_path(const char *part_type, const char *fs_type) argument
144 if (strcmp(fs_type, "zfs") == 0)
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) { argument
H A Dpartedit.c167 free(md->fstab->fs_type);
264 free(md->fstab->fs_type);
603 md->fstab->fs_type = strdup(fstab->fs_type);
H A Dgpart_ops.c772 free(md->fstab->fs_type);
784 free(md->fstab->fs_type);
801 md->fstab->fs_type = strdup(FSTAB_SW);
805 md->fstab->fs_type = strdup(FSTAB_RW);
809 md->fstab->fs_type = strdup(FSTAB_RW);
818 md->fstab->fs_mntops = strdup(md->fstab->fs_type);
/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/zfs_list/
H A Dzfs_list_007_pos.ksh60 set -A fs_type "all" "filesystem" "snapshot"
62 set -A fs_type ${fs_type[*]} "volume"
88 while (( fs<${#fs_type[*]} )); do
90 [[ "${fs_type[$fs]}" == "volume" || "${fs_type[$fs]}" == "snapshot" ]]; then
91 log_must eval "run_unprivileged $ZFS list -H -d $dp -o name -t ${fs_type[$fs]} $DEPTH_FS > $DEPTH_OUTPUT"
94 log_mustnot run_unprivileged $ZFS list -rH -o name -t ${fs_type[$fs]} $DEPTH_FS | $EGREP -e '$eg_opt'
96 log_must eval "run_unprivileged $ZFS list -H -d $dp -o name -t ${fs_type[$fs]} $DEPTH_FS > $DEPTH_OUTPUT"
97 log_must eval "run_unprivileged $ZFS list -rH -o name -t ${fs_type[
[all...]
/freebsd-current/include/
H A Dfstab.h60 char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
/freebsd-current/lib/libc/gen/
H A Dfstab.c127 _fs_fstab.fs_type = strsep(&p, ":\n");
128 if (_fs_fstab.fs_type) {
129 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX))
131 _fs_fstab.fs_mntops = _fs_fstab.fs_type;
133 strcmp(_fs_fstab.fs_type, FSTAB_SW) ?
187 _fs_fstab.fs_type = FSTAB_RW;
191 _fs_fstab.fs_type = FSTAB_RQ;
195 _fs_fstab.fs_type = FSTAB_RO;
199 _fs_fstab.fs_type = FSTAB_SW;
203 _fs_fstab.fs_type
[all...]
/freebsd-current/sbin/dump/
H A Doptr.c288 (new->fs_type = strdup(fs->fs_type)) == NULL ||
315 if ((strcmp(fs->fs_type, FSTAB_RW) &&
316 strcmp(fs->fs_type, FSTAB_RO) &&
317 strcmp(fs->fs_type, FSTAB_RQ)) ||
/freebsd-current/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) argument
311 s = sget(fs_type, zpl_test_super, set_anon_super, flags, os);
358 zpl_mount(struct file_system_type *fs_type, int flags, argument
363 struct super_block *sb = zpl_mount_impl(fs_type, flags, &zm);
/freebsd-current/usr.bin/procstat/
H A Dprocstat_files.c355 switch (fst->fs_type) {
430 if (fst->fs_type == PS_FST_TYPE_VNODE) {
541 switch (fst->fs_type) {
/freebsd-current/sbin/fsck/
H A Dfsck.c222 if (BADTYPE(fs->fs_type))
249 if (BADTYPE(fs->fs_type))
266 if (!strcmp(fs->fs_type, FSTAB_RO))
283 if ((flags & CHECK_BACKGRD) == 0 || !strcmp(fs->fs_type, FSTAB_RO))
/freebsd-current/usr.sbin/quotaon/
H A Dquotaon.c103 strcmp(fs->fs_type, FSTAB_RW))
/freebsd-current/usr.bin/fstat/
H A Dfstat.c245 if (fst->fs_type != PS_FST_TYPE_VNODE &&
246 fst->fs_type != PS_FST_TYPE_FIFO)
288 switch (fst->fs_type) {
314 fst->fs_type, fst->fs_fd, pid);
H A Dfuser.c298 if (fst->fs_type != PS_FST_TYPE_VNODE)
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h34 enum fs_type { enum
60 enum fs_type type;
H A Dmlx5_fs_tree.c87 enum fs_type type;
/freebsd-current/sbin/umount/
H A Dumount.c225 if (strcmp(fs->fs_type, FSTAB_RW) &&
226 strcmp(fs->fs_type, FSTAB_RO) &&
227 strcmp(fs->fs_type, FSTAB_RQ))
/freebsd-current/lib/libprocstat/
H A Dlibprocstat.h117 int fs_type; /* Descriptor type. */ member in struct:filestat
/freebsd-current/sbin/mount/
H A Dmount.c300 if (BADTYPE(fs->fs_type))
400 if (BADTYPE(fs->fs_type))
/freebsd-current/sbin/swapon/
H A Dswapon.c172 if (strcmp(fsp->fs_type, FSTAB_SW) != 0)

Completed in 240 milliseconds

12