nfs: replace uses of __constant_{endian}
The base versions handle constant folding now, none of these headers are exported to userspace, so the __ prefixed versions are not necessary. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Reviewed-by: NeilBrown <neilb@suse.de> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
committed by
J. Bruce Fields
parent
4ac35c2f79
commit
77f18f5e4e
@@ -186,78 +186,78 @@ void nfsd_lockd_shutdown(void);
|
||||
/*
|
||||
* These macros provide pre-xdr'ed values for faster operation.
|
||||
*/
|
||||
#define nfs_ok __constant_htonl(NFS_OK)
|
||||
#define nfserr_perm __constant_htonl(NFSERR_PERM)
|
||||
#define nfserr_noent __constant_htonl(NFSERR_NOENT)
|
||||
#define nfserr_io __constant_htonl(NFSERR_IO)
|
||||
#define nfserr_nxio __constant_htonl(NFSERR_NXIO)
|
||||
#define nfserr_eagain __constant_htonl(NFSERR_EAGAIN)
|
||||
#define nfserr_acces __constant_htonl(NFSERR_ACCES)
|
||||
#define nfserr_exist __constant_htonl(NFSERR_EXIST)
|
||||
#define nfserr_xdev __constant_htonl(NFSERR_XDEV)
|
||||
#define nfserr_nodev __constant_htonl(NFSERR_NODEV)
|
||||
#define nfserr_notdir __constant_htonl(NFSERR_NOTDIR)
|
||||
#define nfserr_isdir __constant_htonl(NFSERR_ISDIR)
|
||||
#define nfserr_inval __constant_htonl(NFSERR_INVAL)
|
||||
#define nfserr_fbig __constant_htonl(NFSERR_FBIG)
|
||||
#define nfserr_nospc __constant_htonl(NFSERR_NOSPC)
|
||||
#define nfserr_rofs __constant_htonl(NFSERR_ROFS)
|
||||
#define nfserr_mlink __constant_htonl(NFSERR_MLINK)
|
||||
#define nfserr_opnotsupp __constant_htonl(NFSERR_OPNOTSUPP)
|
||||
#define nfserr_nametoolong __constant_htonl(NFSERR_NAMETOOLONG)
|
||||
#define nfserr_notempty __constant_htonl(NFSERR_NOTEMPTY)
|
||||
#define nfserr_dquot __constant_htonl(NFSERR_DQUOT)
|
||||
#define nfserr_stale __constant_htonl(NFSERR_STALE)
|
||||
#define nfserr_remote __constant_htonl(NFSERR_REMOTE)
|
||||
#define nfserr_wflush __constant_htonl(NFSERR_WFLUSH)
|
||||
#define nfserr_badhandle __constant_htonl(NFSERR_BADHANDLE)
|
||||
#define nfserr_notsync __constant_htonl(NFSERR_NOT_SYNC)
|
||||
#define nfserr_badcookie __constant_htonl(NFSERR_BAD_COOKIE)
|
||||
#define nfserr_notsupp __constant_htonl(NFSERR_NOTSUPP)
|
||||
#define nfserr_toosmall __constant_htonl(NFSERR_TOOSMALL)
|
||||
#define nfserr_serverfault __constant_htonl(NFSERR_SERVERFAULT)
|
||||
#define nfserr_badtype __constant_htonl(NFSERR_BADTYPE)
|
||||
#define nfserr_jukebox __constant_htonl(NFSERR_JUKEBOX)
|
||||
#define nfserr_denied __constant_htonl(NFSERR_DENIED)
|
||||
#define nfserr_deadlock __constant_htonl(NFSERR_DEADLOCK)
|
||||
#define nfserr_expired __constant_htonl(NFSERR_EXPIRED)
|
||||
#define nfserr_bad_cookie __constant_htonl(NFSERR_BAD_COOKIE)
|
||||
#define nfserr_same __constant_htonl(NFSERR_SAME)
|
||||
#define nfserr_clid_inuse __constant_htonl(NFSERR_CLID_INUSE)
|
||||
#define nfserr_stale_clientid __constant_htonl(NFSERR_STALE_CLIENTID)
|
||||
#define nfserr_resource __constant_htonl(NFSERR_RESOURCE)
|
||||
#define nfserr_moved __constant_htonl(NFSERR_MOVED)
|
||||
#define nfserr_nofilehandle __constant_htonl(NFSERR_NOFILEHANDLE)
|
||||
#define nfserr_minor_vers_mismatch __constant_htonl(NFSERR_MINOR_VERS_MISMATCH)
|
||||
#define nfserr_share_denied __constant_htonl(NFSERR_SHARE_DENIED)
|
||||
#define nfserr_stale_stateid __constant_htonl(NFSERR_STALE_STATEID)
|
||||
#define nfserr_old_stateid __constant_htonl(NFSERR_OLD_STATEID)
|
||||
#define nfserr_bad_stateid __constant_htonl(NFSERR_BAD_STATEID)
|
||||
#define nfserr_bad_seqid __constant_htonl(NFSERR_BAD_SEQID)
|
||||
#define nfserr_symlink __constant_htonl(NFSERR_SYMLINK)
|
||||
#define nfserr_not_same __constant_htonl(NFSERR_NOT_SAME)
|
||||
#define nfserr_restorefh __constant_htonl(NFSERR_RESTOREFH)
|
||||
#define nfserr_attrnotsupp __constant_htonl(NFSERR_ATTRNOTSUPP)
|
||||
#define nfserr_bad_xdr __constant_htonl(NFSERR_BAD_XDR)
|
||||
#define nfserr_openmode __constant_htonl(NFSERR_OPENMODE)
|
||||
#define nfserr_locks_held __constant_htonl(NFSERR_LOCKS_HELD)
|
||||
#define nfserr_op_illegal __constant_htonl(NFSERR_OP_ILLEGAL)
|
||||
#define nfserr_grace __constant_htonl(NFSERR_GRACE)
|
||||
#define nfserr_no_grace __constant_htonl(NFSERR_NO_GRACE)
|
||||
#define nfserr_reclaim_bad __constant_htonl(NFSERR_RECLAIM_BAD)
|
||||
#define nfserr_badname __constant_htonl(NFSERR_BADNAME)
|
||||
#define nfserr_cb_path_down __constant_htonl(NFSERR_CB_PATH_DOWN)
|
||||
#define nfserr_locked __constant_htonl(NFSERR_LOCKED)
|
||||
#define nfserr_wrongsec __constant_htonl(NFSERR_WRONGSEC)
|
||||
#define nfserr_replay_me __constant_htonl(NFSERR_REPLAY_ME)
|
||||
#define nfs_ok cpu_to_be32(NFS_OK)
|
||||
#define nfserr_perm cpu_to_be32(NFSERR_PERM)
|
||||
#define nfserr_noent cpu_to_be32(NFSERR_NOENT)
|
||||
#define nfserr_io cpu_to_be32(NFSERR_IO)
|
||||
#define nfserr_nxio cpu_to_be32(NFSERR_NXIO)
|
||||
#define nfserr_eagain cpu_to_be32(NFSERR_EAGAIN)
|
||||
#define nfserr_acces cpu_to_be32(NFSERR_ACCES)
|
||||
#define nfserr_exist cpu_to_be32(NFSERR_EXIST)
|
||||
#define nfserr_xdev cpu_to_be32(NFSERR_XDEV)
|
||||
#define nfserr_nodev cpu_to_be32(NFSERR_NODEV)
|
||||
#define nfserr_notdir cpu_to_be32(NFSERR_NOTDIR)
|
||||
#define nfserr_isdir cpu_to_be32(NFSERR_ISDIR)
|
||||
#define nfserr_inval cpu_to_be32(NFSERR_INVAL)
|
||||
#define nfserr_fbig cpu_to_be32(NFSERR_FBIG)
|
||||
#define nfserr_nospc cpu_to_be32(NFSERR_NOSPC)
|
||||
#define nfserr_rofs cpu_to_be32(NFSERR_ROFS)
|
||||
#define nfserr_mlink cpu_to_be32(NFSERR_MLINK)
|
||||
#define nfserr_opnotsupp cpu_to_be32(NFSERR_OPNOTSUPP)
|
||||
#define nfserr_nametoolong cpu_to_be32(NFSERR_NAMETOOLONG)
|
||||
#define nfserr_notempty cpu_to_be32(NFSERR_NOTEMPTY)
|
||||
#define nfserr_dquot cpu_to_be32(NFSERR_DQUOT)
|
||||
#define nfserr_stale cpu_to_be32(NFSERR_STALE)
|
||||
#define nfserr_remote cpu_to_be32(NFSERR_REMOTE)
|
||||
#define nfserr_wflush cpu_to_be32(NFSERR_WFLUSH)
|
||||
#define nfserr_badhandle cpu_to_be32(NFSERR_BADHANDLE)
|
||||
#define nfserr_notsync cpu_to_be32(NFSERR_NOT_SYNC)
|
||||
#define nfserr_badcookie cpu_to_be32(NFSERR_BAD_COOKIE)
|
||||
#define nfserr_notsupp cpu_to_be32(NFSERR_NOTSUPP)
|
||||
#define nfserr_toosmall cpu_to_be32(NFSERR_TOOSMALL)
|
||||
#define nfserr_serverfault cpu_to_be32(NFSERR_SERVERFAULT)
|
||||
#define nfserr_badtype cpu_to_be32(NFSERR_BADTYPE)
|
||||
#define nfserr_jukebox cpu_to_be32(NFSERR_JUKEBOX)
|
||||
#define nfserr_denied cpu_to_be32(NFSERR_DENIED)
|
||||
#define nfserr_deadlock cpu_to_be32(NFSERR_DEADLOCK)
|
||||
#define nfserr_expired cpu_to_be32(NFSERR_EXPIRED)
|
||||
#define nfserr_bad_cookie cpu_to_be32(NFSERR_BAD_COOKIE)
|
||||
#define nfserr_same cpu_to_be32(NFSERR_SAME)
|
||||
#define nfserr_clid_inuse cpu_to_be32(NFSERR_CLID_INUSE)
|
||||
#define nfserr_stale_clientid cpu_to_be32(NFSERR_STALE_CLIENTID)
|
||||
#define nfserr_resource cpu_to_be32(NFSERR_RESOURCE)
|
||||
#define nfserr_moved cpu_to_be32(NFSERR_MOVED)
|
||||
#define nfserr_nofilehandle cpu_to_be32(NFSERR_NOFILEHANDLE)
|
||||
#define nfserr_minor_vers_mismatch cpu_to_be32(NFSERR_MINOR_VERS_MISMATCH)
|
||||
#define nfserr_share_denied cpu_to_be32(NFSERR_SHARE_DENIED)
|
||||
#define nfserr_stale_stateid cpu_to_be32(NFSERR_STALE_STATEID)
|
||||
#define nfserr_old_stateid cpu_to_be32(NFSERR_OLD_STATEID)
|
||||
#define nfserr_bad_stateid cpu_to_be32(NFSERR_BAD_STATEID)
|
||||
#define nfserr_bad_seqid cpu_to_be32(NFSERR_BAD_SEQID)
|
||||
#define nfserr_symlink cpu_to_be32(NFSERR_SYMLINK)
|
||||
#define nfserr_not_same cpu_to_be32(NFSERR_NOT_SAME)
|
||||
#define nfserr_restorefh cpu_to_be32(NFSERR_RESTOREFH)
|
||||
#define nfserr_attrnotsupp cpu_to_be32(NFSERR_ATTRNOTSUPP)
|
||||
#define nfserr_bad_xdr cpu_to_be32(NFSERR_BAD_XDR)
|
||||
#define nfserr_openmode cpu_to_be32(NFSERR_OPENMODE)
|
||||
#define nfserr_locks_held cpu_to_be32(NFSERR_LOCKS_HELD)
|
||||
#define nfserr_op_illegal cpu_to_be32(NFSERR_OP_ILLEGAL)
|
||||
#define nfserr_grace cpu_to_be32(NFSERR_GRACE)
|
||||
#define nfserr_no_grace cpu_to_be32(NFSERR_NO_GRACE)
|
||||
#define nfserr_reclaim_bad cpu_to_be32(NFSERR_RECLAIM_BAD)
|
||||
#define nfserr_badname cpu_to_be32(NFSERR_BADNAME)
|
||||
#define nfserr_cb_path_down cpu_to_be32(NFSERR_CB_PATH_DOWN)
|
||||
#define nfserr_locked cpu_to_be32(NFSERR_LOCKED)
|
||||
#define nfserr_wrongsec cpu_to_be32(NFSERR_WRONGSEC)
|
||||
#define nfserr_replay_me cpu_to_be32(NFSERR_REPLAY_ME)
|
||||
|
||||
/* error codes for internal use */
|
||||
/* if a request fails due to kmalloc failure, it gets dropped.
|
||||
* Client should resend eventually
|
||||
*/
|
||||
#define nfserr_dropit __constant_htonl(30000)
|
||||
#define nfserr_dropit cpu_to_be32(30000)
|
||||
/* end-of-file indicator in readdir */
|
||||
#define nfserr_eof __constant_htonl(30001)
|
||||
#define nfserr_eof cpu_to_be32(30001)
|
||||
|
||||
/* Check for dir entries '.' and '..' */
|
||||
#define isdotent(n, l) (l < 3 && n[0] == '.' && (l == 1 || n[1] == '.'))
|
||||
|
||||
Reference in New Issue
Block a user