Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/smbfs/
HDsmbfs_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-stable/sys/fs/unionfs/
HDunion_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-stable/sys/fs/nfsclient/
HDnfs_clvfsops.c1037 vfs_mount_error(mp, "invalid tlscertname"); in nfs_mount()
1046 vfs_mount_error(mp, "illegal readdirsize"); in nfs_mount()
1052 vfs_mount_error(mp, "illegal readdirsize: %s", in nfs_mount()
1061 vfs_mount_error(mp, "illegal readahead"); in nfs_mount()
1067 vfs_mount_error(mp, "illegal readahead: %s", 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()
[all …]
/freebsd-14-stable/sys/kern/
HDvfs_export.c131 vfs_mount_error(mp, in vfs_hang_addrlist()
154 vfs_mount_error(mp, "ex_addrlen %d is greater than %d", in vfs_hang_addrlist()
167 vfs_mount_error(mp, "Invalid saddr->sa_family: %d"); in vfs_hang_addrlist()
201 vfs_mount_error(mp, "%s %s %d", in vfs_hang_addrlist()
211 vfs_mount_error(mp, in vfs_hang_addrlist()
HDvfs_mount.c2422 vfs_mount_error(struct mount *mp, const char *fmt, ...) in vfs_mount_error() function
/freebsd-14-stable/sys/fs/devfs/
HDdevfs_vfsops.c97 vfs_mount_error(mp, "%s", in devfs_mount()
/freebsd-14-stable/sys/ufs/ffs/
HDffs_vfsops.c405 vfs_mount_error(mp, in ffs_mount()
619 vfs_mount_error(mp, in ffs_mount()
917 vfs_mount_error(mp, in ffs_mountfs()
939 vfs_mount_error(mp, "R/W mount on %s denied. " in ffs_mountfs()
HDffs_snapshot.c232 vfs_mount_error(mp, "%s: Snapshots are not yet supported when " in ffs_snapshot()
/freebsd-14-stable/sys/sys/
HDmount.h1044 void vfs_mount_error(struct mount *, const char *, ...);