Searched refs:maxfilesize (Results 1 – 6 of 6) sorted by relevance
204 __u64 maxfilesize; /* maximum file size */ member
151 __u64 maxfilesize; member
826 void nfs_super_set_maxbytes(struct super_block *sb, __u64 maxfilesize) in nfs_super_set_maxbytes() argument 828 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes()
870 server->maxfilesize = fsinfo->maxfilesize; in nfs_server_set_fsinfo()
2182 * size3 maxfilesize;2213 p = xdr_decode_size3(p, &result->maxfilesize); in decode_fsinfo3resok()
3855 dprintk("%s: maxfilesize=%Lu\n", __func__, (unsigned long long)*res); in decode_attr_maxfilesize() 5015 if ((status = decode_attr_maxfilesize(xdr, bitmap, &fsinfo->maxfilesize)) != 0) in decode_fsinfo()