Home
last modified time | relevance | path

Searched refs:maxfilesize (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dnfs_fs_sb.h190 __u64 maxfilesize; /* maximum file size */ member
H A Dnfs_xdr.h148 __u64 maxfilesize; member
/openbmc/linux/fs/nfs/
H A Dproc.c92 info->maxfilesize = 0x7FFFFFFF; in nfs_proc_get_root()
582 info->maxfilesize = 0x7FFFFFFF; in nfs_proc_fsinfo()
H A Dinternal.h766 void nfs_super_set_maxbytes(struct super_block *sb, __u64 maxfilesize) in nfs_super_set_maxbytes() argument
768 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes()
H A Dclient.c815 server->maxfilesize = fsinfo->maxfilesize; in nfs_server_set_fsinfo()
H A Dsuper.c1103 nfs_super_set_maxbytes(sb, server->maxfilesize); in nfs_fill_super()
H A Dnfs3xdr.c2216 p = xdr_decode_size3(p, &result->maxfilesize); in decode_fsinfo3resok()
H A Dnfs4xdr.c4940 if ((status = decode_attr_maxfilesize(xdr, bitmap, &fsinfo->maxfilesize)) != 0) in decode_fsinfo()