Searched refs:vfs_mount_error (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vfsops.c | 148 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/sys/fs/unionfs/ |
H A D | union_vfsops.c | 105 vfs_mount_error(mp, "Cannot union mount root filesystem"); in unionfs_domount() 113 vfs_mount_error(mp, "unionfs does not support mount update"); in unionfs_domount() 125 vfs_mount_error(mp, "Invalid target"); in unionfs_domount() 134 vfs_mount_error(mp, "Invalid udir"); in unionfs_domount() 143 vfs_mount_error(mp, "Invalid ufile"); in unionfs_domount() 174 vfs_mount_error(mp, "Invalid uid"); in unionfs_domount() 183 vfs_mount_error(mp, "Invalid gid"); in unionfs_domount() 190 vfs_mount_error(mp, "Invalid copymode"); in unionfs_domount() 199 vfs_mount_error(mp, "Invalid copymode"); in unionfs_domount() 206 vfs_mount_error(mp, "Invalid whiteout mode"); in unionfs_domount() [all …]
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvfsops.c | 1039 vfs_mount_error(mp, "invalid tlscertname"); in nfs_mount() 1048 vfs_mount_error(mp, "illegal readdirsize"); in nfs_mount() 1054 vfs_mount_error(mp, "illegal readdirsize: %s", in nfs_mount() 1063 vfs_mount_error(mp, "illegal readahead"); in nfs_mount() 1069 vfs_mount_error(mp, "illegal readahead: %s", in nfs_mount() 1078 vfs_mount_error(mp, "illegal wsize"); in nfs_mount() 1084 vfs_mount_error(mp, "illegal wsize: %s", in nfs_mount() 1093 vfs_mount_error(mp, "illegal rsize"); in nfs_mount() 1099 vfs_mount_error(mp, "illegal wsize: %s", in nfs_mount() 1108 vfs_mount_error(mp, "illegal retrans"); in nfs_mount() [all …]
|
/freebsd/sys/kern/ |
H A D | vfs_export.c | 129 vfs_mount_error(mp, in vfs_hang_addrlist() 152 vfs_mount_error(mp, "ex_addrlen %d is greater than %d", in vfs_hang_addrlist() 165 vfs_mount_error(mp, "Invalid saddr->sa_family: %d"); in vfs_hang_addrlist() 199 vfs_mount_error(mp, "%s %s %d", in vfs_hang_addrlist() 209 vfs_mount_error(mp, in vfs_hang_addrlist()
|
H A D | vfs_mount.c | 2425 vfs_mount_error(struct mount *mp, const char *fmt, ...) in vfs_mount_error() function
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vfsops.c | 95 vfs_mount_error(mp, "%s", in devfs_mount()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 403 vfs_mount_error(mp, in ffs_mount() 617 vfs_mount_error(mp, in ffs_mount() 915 vfs_mount_error(mp, in ffs_mountfs() 937 vfs_mount_error(mp, "R/W mount on %s denied. " in ffs_mountfs()
|
H A D | ffs_snapshot.c | 230 vfs_mount_error(mp, "%s: Snapshots are not yet supported when " in ffs_snapshot()
|
/freebsd/sys/sys/ |
H A D | mount.h | 1050 void vfs_mount_error(struct mount *, const char *, ...);
|