Searched refs:nfs_error (Results 1 – 3 of 3) sorted by relevance
53 #ifndef nfs_error54 # define nfs_error(e) ((nfsstat)(e)) macro157 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 …]
334 #define nfs_error(e) linux_nfs_error(e) macro
7493 * conf/nfs_prot/nfs_prot_linux.h (nfs_error): moved the definition7494 of nfs_error here, from mount_linux.c, so that it can actually be