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

12

/freebsd-13-stable/include/
H A Dfstab.h63 char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
/freebsd-13-stable/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"
73 while (( fs<${#fs_type[*]} )); do
75 [[ "${fs_type[$fs]}" == "volume" || "${fs_type[$fs]}" == "snapshot" ]]; then
76 log_must eval "zfs list -H -d $dp -o name -t ${fs_type[$fs]} $DEPTH_FS > $DEPTH_OUTPUT"
79 log_mustnot zfs list -rH -o name -t ${fs_type[$fs]} $DEPTH_FS | egrep -e '$eg_opt'
81 log_must eval "zfs list -H -d $dp -o name -t ${fs_type[$fs]} $DEPTH_FS > $DEPTH_OUTPUT"
82 log_must eval "zfs list -rH -o name -t ${fs_type[
[all...]
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit_generic.c78 partcode_path(const char *part_type, const char *fs_type) { argument
H A Dpartedit_efi.c100 partcode_path(const char *part_type, const char *fs_type) argument
H A Dpartedit_x86.c142 partcode_path(const char *part_type, const char *fs_type) argument
146 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.c136 partcode_path(const char *part_type, const char *fs_type) { argument
H A Dpartedit.c163 free(md->fstab->fs_type);
259 free(md->fstab->fs_type);
581 md->fstab->fs_type = strdup(fstab->fs_type);
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_user/zfs_list/
H A Dzfs_list_007_pos.ksh65 set -A fs_type "all" "filesystem" "snapshot"
67 set -A fs_type ${fs_type[*]} "volume"
93 while (( fs<${#fs_type[*]} )); do
95 [[ "${fs_type[$fs]}" == "volume" || "${fs_type[$fs]}" == "snapshot" ]]; then
96 log_must eval "run_unprivileged $ZFS list -H -d $dp -o name -t ${fs_type[$fs]} $DEPTH_FS > $DEPTH_OUTPUT"
99 log_mustnot run_unprivileged $ZFS list -rH -o name -t ${fs_type[$fs]} $DEPTH_FS | $EGREP -e '$eg_opt'
101 log_must eval "run_unprivileged $ZFS list -H -d $dp -o name -t ${fs_type[$fs]} $DEPTH_FS > $DEPTH_OUTPUT"
102 log_must eval "run_unprivileged $ZFS list -rH -o name -t ${fs_type[
[all...]
/freebsd-13-stable/lib/libc/gen/
H A Dfstab.c131 _fs_fstab.fs_type = strsep(&p, ":\n");
132 if (_fs_fstab.fs_type) {
133 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX))
135 _fs_fstab.fs_mntops = _fs_fstab.fs_type;
137 strcmp(_fs_fstab.fs_type, FSTAB_SW) ?
191 _fs_fstab.fs_type = FSTAB_RW;
195 _fs_fstab.fs_type = FSTAB_RQ;
199 _fs_fstab.fs_type = FSTAB_RO;
203 _fs_fstab.fs_type = FSTAB_SW;
207 _fs_fstab.fs_type
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c183 const char *fs_type;
187 SVN_ERR(svn_fs_type(&fs_type, path, pool));
188 if (strcmp(fs_type, SVN_FS_TYPE_FSFS))
191 fs_type);
181 const char *fs_type; local
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c273 zpl_mount_impl(struct file_system_type *fs_type, int flags, zfs_mnt_t *zm) argument
293 s = sget(fs_type, zpl_test_super, set_anon_super, flags, os);
317 zpl_mount(struct file_system_type *fs_type, int flags, argument
322 struct super_block *sb = zpl_mount_impl(fs_type, flags, &zm);
/freebsd-13-stable/sbin/dump/
H A Doptr.c296 (new->fs_type = strdup(fs->fs_type)) == NULL ||
323 if ((strcmp(fs->fs_type, FSTAB_RW) &&
324 strcmp(fs->fs_type, FSTAB_RO) &&
325 strcmp(fs->fs_type, FSTAB_RQ)) ||
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c229 if (strcmp(repos->fs_type, SVN_FS_TYPE_BDB) == 0)
247 if (strcmp(repos->fs_type, SVN_FS_TYPE_BDB) == 0)
1092 if (strcmp(repos->fs_type, SVN_FS_TYPE_BDB) == 0)
1117 if (strcmp(repos->fs_type, SVN_FS_TYPE_BDB) == 0)
1151 repos->fs_type = svn_hash__get_cstring(fs_config, SVN_FS_CONFIG_FS_TYPE,
1295 const char *fs_type;
1304 SVN_ERR(svn_fs_type(&fs_type, repos->db_path, scratch_pool));
1305 repos->fs_type = apr_pstrdup(result_pool, fs_type);
1656 return apr_pstrdup(result_pool, repos->fs_type);
1294 const char *fs_type; local
2082 svn_repos__fs_type(const char **fs_type, const char *repos_path, apr_pool_t *pool) argument
[all...]
H A Drepos.h138 const char *fs_type;
136 const char *fs_type; member in struct:svn_repos_t
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c91 const char *fs_type;
208 fst->fs_type);
231 fst->fs_type,
247 const char *fs_type)
251 if (strcmp(fs_type, (*fst)->fs_type) == 0)
257 (*fst)->fs_type = apr_pstrdup(common_pool, fs_type);
258 (*fst)->fsap_name = (*fst)->fs_type;
270 get_library_vtable(fs_library_vtable_t **vtable, const char *fs_type,
89 const char *fs_type; member in struct:fs_type_defn
244 get_or_allocate_third(struct fs_type_defn **fst, const char *fs_type) argument
268 get_library_vtable(fs_library_vtable_t **vtable, const char *fs_type, apr_pool_t *pool) argument
321 svn_fs_type(const char **fs_type, const char *path, apr_pool_t *pool) argument
368 const char *fs_type; local
379 write_fs_type(const char *path, const char *fs_type, apr_pool_t *pool) argument
533 const char *fs_type = svn_hash__get_cstring(fs_config, local
[all...]
/freebsd-13-stable/usr.bin/procstat/
H A Dprocstat_files.c361 switch (fst->fs_type) {
436 if (fst->fs_type == PS_FST_TYPE_VNODE) {
547 switch (fst->fs_type) {
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h129 svn_repos__fs_type(const char **fs_type,
/freebsd-13-stable/sbin/fsck/
H A Dfsck.c226 if (BADTYPE(fs->fs_type))
253 if (BADTYPE(fs->fs_type))
267 if (!strcmp(fs->fs_type, FSTAB_RO))
284 if ((flags & CHECK_BACKGRD) == 0 || !strcmp(fs->fs_type, FSTAB_RO))
/freebsd-13-stable/usr.sbin/quotaon/
H A Dquotaon.c117 strcmp(fs->fs_type, FSTAB_RW))
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h36 enum fs_type { enum
62 enum fs_type type;
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h469 * Return, in @a *fs_type, a string identifying the back-end type of
470 * the Subversion filesystem located in @a path. Allocate @a *fs_type
484 svn_fs_type(const char **fs_type,
3434 /** Filesystem backend (#fs_type), i.e., the string #SVN_FS_TYPE_FSFS. */
3435 const char *fs_type;
3465 /** Filesystem backend (#fs_type), i.e., the string #SVN_FS_TYPE_FSX. */
3466 const char *fs_type;
3483 const char *fs_type;
3531 const char *fs_type;
3540 #define SVN_FS_DECLARE_IOCTL_CODE(name, fs_type, cod
3419 const char *fs_type; member in struct:svn_fs_fsfs_info_t
3450 const char *fs_type; member in struct:svn_fs_fsx_info_t
3467 const char *fs_type; member in struct:svn_fs_info_placeholder_t
3515 const char *fs_type; member in struct:svn_fs_ioctl_code_t
[all...]
/freebsd-13-stable/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-13-stable/usr.bin/fstat/
H A Dfstat.c248 if (fst->fs_type != PS_FST_TYPE_VNODE &&
249 fst->fs_type != PS_FST_TYPE_FIFO)
291 switch (fst->fs_type) {
317 fst->fs_type, fst->fs_fd, pid);
/freebsd-13-stable/contrib/subversion/
H A Dwin-tests.py154 base_url, fs_type, verbose, cleanup = None, None, None, None
203 fs_type = val
306 if not fs_type:
307 fs_type = 'fsfs' variable
309 if fs_type == 'bdb':
1098 opts.fs_type = fs_type
1163 '-Dtest.fstype=' + fs_type ,

Completed in 465 milliseconds

12