Searched refs:MFSNAMELEN (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | mount.h | 75 #define MFSNAMELEN 16 /* length of type name including null */ macro 98 char f_fstypename[MFSNAMELEN]; /* filesystem type name */ 607 char vfc_name[MFSNAMELEN]; /* filesystem type name */ 621 char vfc_name[MFSNAMELEN]; /* filesystem type name */ 658 char vc_fstypename[MFSNAMELEN];
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_vfs.c | 142 if (strlen(fstype) >= MFSNAMELEN || strlen(fspath) >= MNAMELEN) in mount_snapshot()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_mount.c | 520 strlcpy(mp->mnt_stat.f_fstypename, vfsp->vfc_name, MFSNAMELEN); in vfs_mount_alloc() 782 if (fstypelen > MFSNAMELEN || fspathlen > MNAMELEN) { in vfs_donmount() 860 fstype = malloc(MFSNAMELEN, M_TEMP, M_WAITOK); in sys_mount() 861 error = copyinstr(uap->type, fstype, MFSNAMELEN, NULL); in sys_mount() 878 ma = mount_argsu(ma, "fstype", uap->type, MFSNAMELEN); in sys_mount() 1305 if (strlen(fstype) >= MFSNAMELEN || strlen(fspath) >= MNAMELEN) in vfs_domount()
|
| H A D | vfs_syscalls.c | 736 MIN(MFSNAMELEN, OMFSNAMELEN)); in freebsd4_cvtstatfs() 869 MIN(MFSNAMELEN, sizeof(osp->f_fstypename))); in freebsd11_cvtstatfs()
|
| H A D | vfs_subr.c | 4465 char vfc_name[MFSNAMELEN];
|