Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/smbfs/
H A Dsmbfs_vfsops.c148 vfs_mount_error(mp, "%s", "Invalid option"); in smbfs_mount()
157 vfs_mount_error(mp, "No fd option"); in smbfs_mount()
165 vfs_mount_error(mp, "invalid device handle %d %d\n", v, error); in smbfs_mount()
179 vfs_mount_error(mp, "Invalid caseopt"); in smbfs_mount()
184 vfs_mount_error(mp, "Invalid uid"); in smbfs_mount()
191 vfs_mount_error(mp, "Invalid gid"); in smbfs_mount()
198 vfs_mount_error(mp, "Invalid file_mode"); in smbfs_mount()
205 vfs_mount_error(mp, "Invalid dir_mode"); in smbfs_mount()
231 vfs_mount_error(mp, "smbfs_root error: %d", error); in smbfs_mount()
390 vfs_mount_error(mp, "np == NULL"); in smbfs_statfs()
/freebsd-14.2/sys/fs/unionfs/
H A Dunion_vfsops.c107 vfs_mount_error(mp, "Cannot union mount root filesystem"); in unionfs_domount()
115 vfs_mount_error(mp, "unionfs does not support mount update"); in unionfs_domount()
127 vfs_mount_error(mp, "Invalid target"); in unionfs_domount()
136 vfs_mount_error(mp, "Invalid udir"); in unionfs_domount()
145 vfs_mount_error(mp, "Invalid ufile"); in unionfs_domount()
176 vfs_mount_error(mp, "Invalid uid"); in unionfs_domount()
185 vfs_mount_error(mp, "Invalid gid"); in unionfs_domount()
192 vfs_mount_error(mp, "Invalid copymode"); in unionfs_domount()
201 vfs_mount_error(mp, "Invalid copymode"); in unionfs_domount()
208 vfs_mount_error(mp, "Invalid whiteout mode"); in unionfs_domount()
[all …]
/freebsd-14.2/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1061 vfs_mount_error(mp, "illegal readahead"); in nfs_mount()
1076 vfs_mount_error(mp, "illegal wsize"); in nfs_mount()
1082 vfs_mount_error(mp, "illegal wsize: %s", in nfs_mount()
1091 vfs_mount_error(mp, "illegal rsize"); in nfs_mount()
1097 vfs_mount_error(mp, "illegal wsize: %s", in nfs_mount()
1106 vfs_mount_error(mp, "illegal retrans"); in nfs_mount()
1183 vfs_mount_error(mp, "illegal timeo: %s", in nfs_mount()
1311 vfs_mount_error(mp, "Bad file handle"); in nfs_mount()
1345 vfs_mount_error(mp, "Bad file handle"); in nfs_mount()
1356 vfs_mount_error(mp, "Invalid hostname"); in nfs_mount()
[all …]
/freebsd-14.2/sys/kern/
H A Dvfs_export.c130 vfs_mount_error(mp, in vfs_hang_addrlist()
153 vfs_mount_error(mp, "ex_addrlen %d is greater than %d", in vfs_hang_addrlist()
166 vfs_mount_error(mp, "Invalid saddr->sa_family: %d"); in vfs_hang_addrlist()
200 vfs_mount_error(mp, "%s %s %d", in vfs_hang_addrlist()
210 vfs_mount_error(mp, in vfs_hang_addrlist()
H A Dvfs_mount.c2422 vfs_mount_error(struct mount *mp, const char *fmt, ...) in vfs_mount_error() function
/freebsd-14.2/sys/fs/devfs/
H A Ddevfs_vfsops.c97 vfs_mount_error(mp, "%s", in devfs_mount()
/freebsd-14.2/sys/ufs/ffs/
H A Dffs_vfsops.c401 vfs_mount_error(mp, in ffs_mount()
611 vfs_mount_error(mp, in ffs_mount()
957 vfs_mount_error(mp, in ffs_mountfs()
979 vfs_mount_error(mp, "R/W mount on %s denied. " in ffs_mountfs()
H A Dffs_snapshot.c232 vfs_mount_error(mp, "%s: Snapshots are not yet supported when " in ffs_snapshot()
/freebsd-14.2/sys/sys/
H A Dmount.h1042 void vfs_mount_error(struct mount *, const char *, ...);