Searched refs:nfsd4_encode_uint64_t (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfsd/ |
| A D | xdr4.h | 113 nfsd4_encode_uint64_t(struct xdr_stream *xdr, u64 val) in nfsd4_encode_uint64_t() function 123 #define nfsd4_encode_changeid4(x, v) nfsd4_encode_uint64_t(x, v) 124 #define nfsd4_encode_nfs_cookie4(x, v) nfsd4_encode_uint64_t(x, v) 125 #define nfsd4_encode_length4(x, v) nfsd4_encode_uint64_t(x, v) 126 #define nfsd4_encode_offset4(x, v) nfsd4_encode_uint64_t(x, v)
|
| A D | nfs4xdr.c | 3050 return nfsd4_encode_uint64_t(xdr, args->size); in nfsd4_encode_fattr4_size() 3143 return nfsd4_encode_uint64_t(xdr, args->stat.ino); in nfsd4_encode_fattr4_fileid() 3149 return nfsd4_encode_uint64_t(xdr, args->statfs.f_ffree); in nfsd4_encode_fattr4_files_avail() 3155 return nfsd4_encode_uint64_t(xdr, args->statfs.f_ffree); in nfsd4_encode_fattr4_files_free() 3175 return nfsd4_encode_uint64_t(xdr, sb->s_maxbytes); in nfsd4_encode_fattr4_maxfilesize() 3238 return nfsd4_encode_uint64_t(xdr, avail); in nfsd4_encode_fattr4_space_avail() 3246 return nfsd4_encode_uint64_t(xdr, free); in nfsd4_encode_fattr4_space_free() 3254 return nfsd4_encode_uint64_t(xdr, total); in nfsd4_encode_fattr4_space_total() 3322 return nfsd4_encode_uint64_t(xdr, ino); in nfsd4_encode_fattr4_mounted_on_fileid() 4187 return nfsd4_encode_uint64_t(xdr, filesize); in nfsd4_encode_nfs_space_limit4() [all …]
|
Completed in 25 milliseconds