Searched refs:maxfilesize (Results 1 – 6 of 6) sorted by relevance
92 info->maxfilesize = 0x7FFFFFFF; in nfs_proc_get_root()587 info->maxfilesize = 0x7FFFFFFF; in nfs_proc_fsinfo()
826 void nfs_super_set_maxbytes(struct super_block *sb, __u64 maxfilesize) in nfs_super_set_maxbytes() argument828 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes()
870 server->maxfilesize = fsinfo->maxfilesize; in nfs_server_set_fsinfo()
1144 nfs_super_set_maxbytes(sb, server->maxfilesize); in nfs_fill_super()
2213 p = xdr_decode_size3(p, &result->maxfilesize); in decode_fsinfo3resok()
5015 if ((status = decode_attr_maxfilesize(xdr, bitmap, &fsinfo->maxfilesize)) != 0) in decode_fsinfo()
Completed in 40 milliseconds