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

12

/freebsd-10.3-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit_sparc64.c72 partcode_path(const char *part_type, const char *fs_type) { argument
74 if (strcmp(fs_type, "ufs") == 0) {
76 } else if (strcmp(fs_type, "zfs") == 0) {
H A Dpartedit_generic.c76 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_x86.c132 partcode_path(const char *part_type, const char *fs_type) argument
138 else if (strcmp(fs_type, "zfs") == 0)
H A Dpartedit.h85 const char *partcode_path(const char *scheme, const char *fs_type);
H A Dpartedit_powerpc.c112 partcode_path(const char *part_type, const char *fs_type) { argument
H A Dpartedit.c158 free(md->fstab->fs_type);
254 free(md->fstab->fs_type);
537 md->fstab->fs_type = strdup(fstab->fs_type);
/freebsd-10.3-release/include/
H A Dfstab.h61 char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
/freebsd-10.3-release/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-10.3-release/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h87 svn_repos__fs_type(const char **fs_type,
/freebsd-10.3-release/contrib/amd/amd/
H A Dsrvr_amfs_auto.c77 fs->fs_type = "local";
209 plog(XLOG_INFO, "file server %s, type %s, state %s", fs->fs_host, fs->fs_type, state);
H A Damq_subr.c221 if (STREQ(mp->am_mnt->mf_ops->fs_type, "toplvl"))
223 if (STREQ(mp->am_mnt->mf_ops->fs_type, "auto"))
289 if (!xdr_amq_string(xdrs, &mp->am_mnt->mf_ops->fs_type)) {
440 if (!xdr_amq_string(xdrs, &mf->mf_ops->fs_type)) {
H A Dam_ops.c155 xstrlcat(buf, (*ap)->fs_type, l);
158 linesize += strlen((*ap)->fs_type) + 2;
367 if (STREQ(rop->fs_type, type))
H A Dmntfs.c280 mf->mf_mount, mf->mf_ops->fs_type, mf->mf_refc, mf->mf_flags);
314 mf->mf_ops->fs_type, mf->mf_mount);
327 mf->mf_mount, mf->mf_ops->fs_type);
H A Damfs_toplvl.c216 mf->mf_ops->fs_type, mf->mf_info);
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c72 const char *fs_type;
167 fst->fs_type);
191 fst->fs_type,
203 const char *fs_type)
207 if (strcmp(fs_type, (*fst)->fs_type) == 0)
213 (*fst)->fs_type = apr_pstrdup(common_pool, fs_type);
214 (*fst)->fsap_name = (*fst)->fs_type;
224 get_library_vtable(fs_library_vtable_t **vtable, const char *fs_type,
70 const char *fs_type; member in struct:fs_type_defn
200 get_or_allocate_third(struct fs_type_defn **fst, const char *fs_type) argument
222 get_library_vtable(fs_library_vtable_t **vtable, const char *fs_type, apr_pool_t *pool) argument
271 svn_fs_type(const char **fs_type, const char *path, apr_pool_t *pool) argument
318 const char *fs_type; local
327 write_fs_type(const char *path, const char *fs_type, apr_pool_t *pool) argument
442 const char *fs_type = svn_hash__get_cstring(fs_config, local
[all...]
/freebsd-10.3-release/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-10.3-release/usr.bin/procstat/
H A Dprocstat_files.c350 switch (fst->fs_type) {
400 if (fst->fs_type == PS_FST_TYPE_VNODE) {
467 switch (fst->fs_type) {
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h137 const char *fs_type;
135 const char *fs_type; member in struct:svn_repos_t
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)
1264 if (strcmp(repos->fs_type, SVN_FS_TYPE_BDB) == 0)
1289 if (strcmp(repos->fs_type, SVN_FS_TYPE_BDB) == 0)
1322 repos->fs_type = svn_hash__get_cstring(fs_config, SVN_FS_CONFIG_FS_TYPE,
1465 SVN_ERR(svn_fs_type(&repos->fs_type, repos->db_path, pool));
1790 if (strcmp(repos->fs_type, SVN_FS_TYPE_BDB) == 0)
2018 dst_repos->fs_type = src_repos->fs_type;
2121 svn_repos__fs_type(const char **fs_type,
2120 svn_repos__fs_type(const char **fs_type, const char *repos_path, apr_pool_t *pool) argument
[all...]
/freebsd-10.3-release/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-10.3-release/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) {
306 fst->fs_type, fst->fs_fd, pid);
/freebsd-10.3-release/usr.sbin/quotaon/
H A Dquotaon.c115 strcmp(fs->fs_type, FSTAB_RW))
/freebsd-10.3-release/contrib/subversion/
H A Dwin-tests.py142 base_url, fs_type, verbose, quiet, cleanup = None, None, None, None, None
178 fs_type = val variable
254 if not fs_type:
255 fs_type = 'fsfs' variable
258 if fs_type == 'fsfs':
959 base_url, fs_type, 'serf',
984 '-Dtest.fstype=' + fs_type ,
/freebsd-10.3-release/sbin/umount/
H A Dumount.c201 if (strcmp(fs->fs_type, FSTAB_RW) &&
202 strcmp(fs->fs_type, FSTAB_RO) &&
203 strcmp(fs->fs_type, FSTAB_RQ))

Completed in 178 milliseconds

12