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

12

/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit_sparc64.c74 partcode_path(const char *part_type, const char *fs_type) { argument
76 if (strcmp(fs_type, "ufs") == 0) {
78 } else if (strcmp(fs_type, "zfs") == 0) {
H A Dpartedit_generic.c78 partcode_path(const char *part_type, const char *fs_type) { argument
H A Dpartedit_pc98.c79 partcode_path(const char *part_type, const char *fs_type) { argument
H A Dpartedit_arm64.c95 partcode_path(const char *part_type, const char *fs_type) argument
H A Dpartedit_x86.c141 partcode_path(const char *part_type, const char *fs_type) argument
147 else if (strcmp(fs_type, "zfs") == 0)
H A Dpartedit.h87 const char *partcode_path(const char *scheme, const char *fs_type);
H A Dpartedit_powerpc.c114 partcode_path(const char *part_type, const char *fs_type) { argument
H A Dpartedit.c161 free(md->fstab->fs_type);
257 free(md->fstab->fs_type);
540 md->fstab->fs_type = strdup(fstab->fs_type);
/freebsd-11-stable/include/
H A Dfstab.h61 char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
/freebsd-11-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-11-stable/contrib/amd/amd/
H A Dsrvr_amfs_auto.c73 fs->fs_type = "local";
204 plog(XLOG_INFO, "file server %s, type %s, state %s", fs->fs_host, fs->fs_type, state);
H A Dam_ops.c165 xstrlcat(buf, (*ap)->fs_type, l);
168 linesize += strlen((*ap)->fs_type) + 2;
377 if (STREQ(rop->fs_type, type))
H A Dmntfs.c325 mf->mf_mount, mf->mf_ops->fs_type, mf->mf_refc, mf->mf_flags);
359 mf->mf_ops->fs_type, mf->mf_mount);
372 mf->mf_mount, mf->mf_ops->fs_type);
H A Damq_subr.c275 if (STREQ(mp->am_al->al_mnt->mf_ops->fs_type, "toplvl"))
277 if (STREQ(mp->am_al->al_mnt->mf_ops->fs_type, "auto"))
343 if (!xdr_amq_string(xdrs, &mp->am_al->al_mnt->mf_ops->fs_type)) {
493 if (!xdr_amq_string(xdrs, &mf->mf_ops->fs_type)) {
/freebsd-11-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-11-stable/sbin/dump/
H A Doptr.c294 (new->fs_type = strdup(fs->fs_type)) == NULL ||
321 if ((strcmp(fs->fs_type, FSTAB_RW) &&
322 strcmp(fs->fs_type, FSTAB_RO) &&
323 strcmp(fs->fs_type, FSTAB_RQ)) ||
/freebsd-11-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-11-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-11-stable/usr.bin/procstat/
H A Dprocstat_files.c354 switch (fst->fs_type) {
429 if (fst->fs_type == PS_FST_TYPE_VNODE) {
540 switch (fst->fs_type) {
/freebsd-11-stable/usr.sbin/quotaon/
H A Dquotaon.c115 strcmp(fs->fs_type, FSTAB_RW))
/freebsd-11-stable/sbin/fsck/
H A Dfsck.c225 if (BADTYPE(fs->fs_type))
252 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-11-stable/usr.bin/fstat/
H A Dfstat.c239 if (fst->fs_type != PS_FST_TYPE_VNODE &&
240 fst->fs_type != PS_FST_TYPE_FIFO)
282 switch (fst->fs_type) {
308 fst->fs_type, fst->fs_fd, pid);
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h129 svn_repos__fs_type(const char **fs_type,
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h36 enum fs_type { enum
62 enum fs_type type;

Completed in 258 milliseconds

12