Home
last modified time | relevance | path

Searched refs:nfs_error (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dnfs_subr.c53 #ifndef nfs_error
54 # define nfs_error(e) ((nfsstat)(e)) macro
157 res.ns_status = nfs_error(retry); in nfsproc_getattr_2_svc()
185 res.ns_status = nfs_error(ESTALE); in nfsproc_setattr_2_svc()
187 res.ns_status = nfs_error(EROFS); in nfsproc_setattr_2_svc()
226 res.dr_status = nfs_error(retry); in nfsproc_lookup_2_svc()
240 res.dr_status = nfs_error(error); in nfsproc_lookup_2_svc()
285 res.dr_status = nfs_error(error); in nfs_quick_reply()
319 res.rlr_status = nfs_error(retry); in nfsproc_readlink_2_svc()
341 res.rr_status = nfs_error(EACCES); in nfsproc_read_2_svc()
[all …]
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_linux.h334 #define nfs_error(e) linux_nfs_error(e) macro
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog7493 * conf/nfs_prot/nfs_prot_linux.h (nfs_error): moved the definition
7494 of nfs_error here, from mount_linux.c, so that it can actually be