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

/linux-4.4.14/include/linux/
H A Dnfs.h43 #define NFS_OFFSET_MAX ((__s64)((~(__u64)0) >> 1)) macro
/linux-4.4.14/fs/nfsd/
H A Dnfs3xdr.c123 iap->ia_size = min_t(u64, newsize, NFS_OFFSET_MAX); decode_sattr3()
801 p = xdr_encode_hyper(p, NFS_OFFSET_MAX);/* offset of next entry */ encode_entry_baggage()
H A Dnfs3proc.c624 if (argp->offset > NFS_OFFSET_MAX) nfsd3_proc_commit()
H A Dnfs4xdr.c2949 p = xdr_encode_hyper(p, NFS_OFFSET_MAX); /* offset of next entry */ nfsd4_encode_dirent()

Completed in 186 milliseconds