Searched refs:vfs_mount_error (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/fs/unionfs/ |
| D | union_vfsops.c | 111 vfs_mount_error(mp, "Cannot union mount root filesystem"); in unionfs_domount() 119 vfs_mount_error(mp, "unionfs does not support mount update"); in unionfs_domount() 131 vfs_mount_error(mp, "Invalid target"); in unionfs_domount() 140 vfs_mount_error(mp, "Invalid udir"); in unionfs_domount() 149 vfs_mount_error(mp, "Invalid ufile"); in unionfs_domount() 180 vfs_mount_error(mp, "Invalid uid"); in unionfs_domount() 189 vfs_mount_error(mp, "Invalid gid"); in unionfs_domount() 196 vfs_mount_error(mp, "Invalid copymode"); in unionfs_domount() 205 vfs_mount_error(mp, "Invalid copymode"); in unionfs_domount() 212 vfs_mount_error(mp, "Invalid whiteout mode"); in unionfs_domount() [all …]
|
| /freebsd-12-stable/sys/fs/smbfs/ |
| D | smbfs_vfsops.c | 151 vfs_mount_error(mp, "%s", "Invalid option"); in smbfs_mount() 160 vfs_mount_error(mp, "No fd option"); in smbfs_mount() 168 vfs_mount_error(mp, "invalid device handle %d %d\n", v, error); in smbfs_mount() 182 vfs_mount_error(mp, "Invalid caseopt"); in smbfs_mount() 187 vfs_mount_error(mp, "Invalid uid"); in smbfs_mount() 194 vfs_mount_error(mp, "Invalid gid"); in smbfs_mount() 201 vfs_mount_error(mp, "Invalid file_mode"); in smbfs_mount() 208 vfs_mount_error(mp, "Invalid dir_mode"); in smbfs_mount() 234 vfs_mount_error(mp, "smbfs_root error: %d", error); in smbfs_mount() 398 vfs_mount_error(mp, "np == NULL"); in smbfs_statfs()
|
| /freebsd-12-stable/sys/fs/nfsclient/ |
| D | nfs_clvfsops.c | 979 vfs_mount_error(mp, "illegal readdirsize"); in nfs_mount() 985 vfs_mount_error(mp, "illegal readdirsize: %s", in nfs_mount() 994 vfs_mount_error(mp, "illegal readahead"); in nfs_mount() 1000 vfs_mount_error(mp, "illegal readahead: %s", in nfs_mount() 1009 vfs_mount_error(mp, "illegal wsize"); in nfs_mount() 1015 vfs_mount_error(mp, "illegal wsize: %s", in nfs_mount() 1024 vfs_mount_error(mp, "illegal rsize"); in nfs_mount() 1030 vfs_mount_error(mp, "illegal wsize: %s", in nfs_mount() 1039 vfs_mount_error(mp, "illegal retrans"); in nfs_mount() 1045 vfs_mount_error(mp, "illegal retrans: %s", in nfs_mount() [all …]
|
| /freebsd-12-stable/sys/kern/ |
| D | vfs_export.c | 131 vfs_mount_error(mp, "ex_anon.cr_version: %d != %d", in vfs_hang_addrlist() 138 vfs_mount_error(mp, in vfs_hang_addrlist() 161 vfs_mount_error(mp, "ex_addrlen %d is greater than %d", in vfs_hang_addrlist() 174 vfs_mount_error(mp, "Invalid saddr->sa_family: %d"); in vfs_hang_addrlist() 208 vfs_mount_error(mp, "%s %s %d", in vfs_hang_addrlist() 218 vfs_mount_error(mp, in vfs_hang_addrlist()
|
| D | vfs_mount.c | 1493 vfs_mount_error(struct mount *mp, const char *fmt, ...) in vfs_mount_error() function
|
| /freebsd-12-stable/sys/ufs/ffs/ |
| D | ffs_vfsops.c | 213 vfs_mount_error(mp, in ffs_mount() 218 vfs_mount_error(mp, in ffs_mount() 229 vfs_mount_error(mp, in ffs_mount() 330 vfs_mount_error(mp, in ffs_mount() 358 vfs_mount_error(mp, in ffs_mount() 448 vfs_mount_error(mp, in ffs_mount() 462 vfs_mount_error(mp, in ffs_mount() 823 vfs_mount_error(mp, 841 vfs_mount_error(mp, "R/W mount of %s denied. %s%s",
|
| D | ffs_snapshot.c | 241 vfs_mount_error(mp, "%s: Snapshots are not yet supported when "
|
| /freebsd-12-stable/sys/fs/devfs/ |
| D | devfs_vfsops.c | 99 vfs_mount_error(mp, "%s", in devfs_mount()
|
| /freebsd-12-stable/sys/sys/ |
| D | mount.h | 934 void vfs_mount_error(struct mount *, const char *, ...);
|