Home
last modified time | relevance | path

Searched refs:NFS_OFFSET_MAX (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Dnfs.h44 #define NFS_OFFSET_MAX ((__s64)((~(__u64)0) >> 1)) macro
/Linux-v5.15/fs/nfsd/
Dnfs3xdr.c257 iap->ia_size = min_t(u64, newsize, NFS_OFFSET_MAX); in svcxdr_decode_sattr3()
1161 if (xdr_stream_encode_u64(xdr, NFS_OFFSET_MAX) < 0) in svcxdr_encode_entry3_common()
Dnfs3proc.c662 if (argp->offset > NFS_OFFSET_MAX) { in nfsd3_proc_commit()
Dnfs4xdr.c3512 p = xdr_encode_hyper(p, NFS_OFFSET_MAX); /* offset of next entry */ in nfsd4_encode_dirent()