Home
last modified time | relevance | path

Searched refs:vfs_mount_error (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/fs/unionfs/
H A Dunion_vfsops.c110 vfs_mount_error(mp, "Cannot union mount root filesystem"); in unionfs_domount()
118 vfs_mount_error(mp, "unionfs does not support mount update"); in unionfs_domount()
130 vfs_mount_error(mp, "Invalid target"); in unionfs_domount()
139 vfs_mount_error(mp, "Invalid udir"); in unionfs_domount()
148 vfs_mount_error(mp, "Invalid ufile"); in unionfs_domount()
179 vfs_mount_error(mp, "Invalid uid"); in unionfs_domount()
188 vfs_mount_error(mp, "Invalid gid"); in unionfs_domount()
195 vfs_mount_error(mp, "Invalid copymode"); in unionfs_domount()
204 vfs_mount_error(mp, "Invalid copymode"); in unionfs_domount()
211 vfs_mount_error(mp, "Invalid whiteout mode"); in unionfs_domount()
[all …]
/freebsd-13.1/sys/fs/smbfs/
H A Dsmbfs_vfsops.c150 vfs_mount_error(mp, "%s", "Invalid option"); in smbfs_mount()
159 vfs_mount_error(mp, "No fd option"); in smbfs_mount()
167 vfs_mount_error(mp, "invalid device handle %d %d\n", v, error); in smbfs_mount()
181 vfs_mount_error(mp, "Invalid caseopt"); in smbfs_mount()
186 vfs_mount_error(mp, "Invalid uid"); in smbfs_mount()
193 vfs_mount_error(mp, "Invalid gid"); in smbfs_mount()
200 vfs_mount_error(mp, "Invalid file_mode"); in smbfs_mount()
207 vfs_mount_error(mp, "Invalid dir_mode"); in smbfs_mount()
233 vfs_mount_error(mp, "smbfs_root error: %d", error); in smbfs_mount()
399 vfs_mount_error(mp, "np == NULL"); in smbfs_statfs()
/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1027 vfs_mount_error(mp, "illegal readahead"); in nfs_mount()
1042 vfs_mount_error(mp, "illegal wsize"); in nfs_mount()
1048 vfs_mount_error(mp, "illegal wsize: %s", in nfs_mount()
1057 vfs_mount_error(mp, "illegal rsize"); in nfs_mount()
1063 vfs_mount_error(mp, "illegal wsize: %s", in nfs_mount()
1072 vfs_mount_error(mp, "illegal retrans"); in nfs_mount()
1149 vfs_mount_error(mp, "illegal timeo: %s", in nfs_mount()
1275 vfs_mount_error(mp, "Bad file handle"); in nfs_mount()
1309 vfs_mount_error(mp, "Bad file handle"); in nfs_mount()
1320 vfs_mount_error(mp, "Invalid hostname"); in nfs_mount()
[all …]
/freebsd-13.1/sys/kern/
H A Dvfs_export.c132 vfs_mount_error(mp, in vfs_hang_addrlist()
155 vfs_mount_error(mp, "ex_addrlen %d is greater than %d", in vfs_hang_addrlist()
168 vfs_mount_error(mp, "Invalid saddr->sa_family: %d"); in vfs_hang_addrlist()
202 vfs_mount_error(mp, "%s %s %d", in vfs_hang_addrlist()
212 vfs_mount_error(mp, in vfs_hang_addrlist()
H A Dvfs_mount.c1945 vfs_mount_error(struct mount *mp, const char *fmt, ...) in vfs_mount_error() function
/freebsd-13.1/sys/fs/devfs/
H A Ddevfs_vfsops.c99 vfs_mount_error(mp, "%s", in devfs_mount()
/freebsd-13.1/sys/ufs/ffs/
H A Dffs_vfsops.c427 vfs_mount_error(mp, in ffs_mount()
558 vfs_mount_error(mp, in ffs_mount()
988 vfs_mount_error(mp,
1008 vfs_mount_error(mp, "R/W mount of %s denied. %s%s",
H A Dffs_snapshot.c244 vfs_mount_error(mp, "%s: Snapshots are not yet supported when "
/freebsd-13.1/sys/sys/
H A Dmount.h995 void vfs_mount_error(struct mount *, const char *, ...);