Searched refs:nfs_error (Results 1 – 2 of 2) sorted by relevance
55 #ifndef nfs_error56 # define nfs_error(e) ((nfsstat)(e)) macro148 res.ns_status = nfs_error(retry); in nfsproc_getattr_2_svc()176 res.ns_status = nfs_error(ESTALE); in nfsproc_setattr_2_svc()178 res.ns_status = nfs_error(EROFS); in nfsproc_setattr_2_svc()217 res.dr_status = nfs_error(retry); in nfsproc_lookup_2_svc()231 res.dr_status = nfs_error(error); in nfsproc_lookup_2_svc()276 res.dr_status = nfs_error(error); in nfs_quick_reply()310 res.rlr_status = nfs_error(retry); in nfsproc_readlink_2_svc()332 res.rr_status = nfs_error(EACCES); in nfsproc_read_2_svc()[all …]
6427 * conf/nfs_prot/nfs_prot_linux.h (nfs_error): moved the definition6428 of nfs_error here, from mount_linux.c, so that it can actually be