Home
last modified time | relevance | path

Searched refs:FSTYPSZ (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstatvfs.h48 #ifndef FSTYPSZ
49 #define FSTYPSZ _FSTYPSZ macro
109 char f_basetype[FSTYPSZ]; /* target fs type name, */
138 char f_basetype[FSTYPSZ]; /* target fs type name, */
H A Dfstyp.h36 #ifndef FSTYPSZ
37 #define FSTYPSZ 16 /* max size of fs identifier */ macro
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c438 bzero(fsa->fsa_tname, FSTYPSZ); in smbfs_decode_fs_attr_info()
440 uint16_t tmpbuf[FSTYPSZ]; in smbfs_decode_fs_attr_info()
449 outlen = FSTYPSZ - 1; in smbfs_decode_fs_attr_info()
454 if (nlen > (FSTYPSZ - 1)) in smbfs_decode_fs_attr_info()
455 nlen = FSTYPSZ - 1; in smbfs_decode_fs_attr_info()
H A Dsmbfs.h108 char fsa_tname[FSTYPSZ]; /* type name, i.e. "NTFS" */
H A Dsmbfs_vfsops.c152 static const char fs_type_name[FSTYPSZ] = "smbfs";
959 bcopy(fs_type_name, stvfs.f_basetype, FSTYPSZ); in smbfs_statvfs()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsysfs.c87 char fsbuf[FSTYPSZ]; in sysfsind()
91 retval = copyinstr(fsname, fsbuf, FSTYPSZ, &len); in sysfsind()
/illumos-gate/usr/src/test/os-tests/tests/sdevfs/
H A Dsdevfs_eisdir.c55 if (strncmp("dev", vfs.f_basetype, FSTYPSZ) != 0) { in main()
/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c67 char fsname[FSTYPSZ + 1];
220 if (strlen(fsname) > FSTYPSZ) { in fstyp_ident_one()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c219 (void) strlcpy(sbp->f_basetype, bootfs_name, FSTYPSZ); in bootfs_statvfs()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c558 char name[FSTYPSZ]; in nfs_mount()
561 error = copystr(uap->fstype, name, FSTYPSZ, &n); in nfs_mount()
563 error = copyinstr(uap->fstype, name, FSTYPSZ, &n); in nfs_mount()
1576 vfssw[vfsp->vfs_fstype].vsw_name, FSTYPSZ); in nfs_statvfs()
H A Dnfs3_vfsops.c541 char name[FSTYPSZ]; in nfs3_mount()
544 error = copystr(uap->fstype, name, FSTYPSZ, &n); in nfs3_mount()
548 error = copyinstr(uap->fstype, name, FSTYPSZ, &n); in nfs3_mount()
1575 vfssw[vfsp->vfs_fstype].vsw_name, FSTYPSZ); in nfs3_statvfs()
H A Dnfs4_vfsops.c2877 vfssw[vfsp->vfs_fstype].vsw_name, FSTYPSZ); in nfs4_statvfs()
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c186 static char fsname_buf[FSTYPSZ + 1]; in getmodfsname()
/illumos-gate/usr/src/head/
H A Dlibzonecfg.h189 char zone_fs_type[FSTYPSZ]; /* e.g. ufs */
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c1051 for (i = 0; i < FSTYPSZ; i++) in print_statvfs()
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c460 char buf[FSTYPSZ + 1]; in build_fstype_list()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1116 char fstname[FSTYPSZ]; in domount()
1178 FSTYPSZ, &n); in domount()
1181 FSTYPSZ, &n); in domount()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1856 char type[FSTYPSZ]; in zonecfg_lookup_filesystem()