Lines Matching refs:info
55 struct nfs_fsinfo *info) in nfs_proc_get_root() argument
57 struct nfs_fattr *fattr = info->fattr; in nfs_proc_get_root()
85 info->rtmax = NFS_MAXDATA; in nfs_proc_get_root()
86 info->rtpref = fsinfo.tsize; in nfs_proc_get_root()
87 info->rtmult = fsinfo.bsize; in nfs_proc_get_root()
88 info->wtmax = NFS_MAXDATA; in nfs_proc_get_root()
89 info->wtpref = fsinfo.tsize; in nfs_proc_get_root()
90 info->wtmult = fsinfo.bsize; in nfs_proc_get_root()
91 info->dtpref = fsinfo.tsize; in nfs_proc_get_root()
92 info->maxfilesize = 0x7FFFFFFF; in nfs_proc_get_root()
93 info->lease_time = 0; in nfs_proc_get_root()
524 struct nfs_fsinfo *info) in nfs_proc_fsinfo() argument
535 nfs_fattr_init(info->fattr); in nfs_proc_fsinfo()
540 info->rtmax = NFS_MAXDATA; in nfs_proc_fsinfo()
541 info->rtpref = fsinfo.tsize; in nfs_proc_fsinfo()
542 info->rtmult = fsinfo.bsize; in nfs_proc_fsinfo()
543 info->wtmax = NFS_MAXDATA; in nfs_proc_fsinfo()
544 info->wtpref = fsinfo.tsize; in nfs_proc_fsinfo()
545 info->wtmult = fsinfo.bsize; in nfs_proc_fsinfo()
546 info->dtpref = fsinfo.tsize; in nfs_proc_fsinfo()
547 info->maxfilesize = 0x7FFFFFFF; in nfs_proc_fsinfo()
548 info->lease_time = 0; in nfs_proc_fsinfo()
555 struct nfs_pathconf *info) in nfs_proc_pathconf() argument
557 info->max_link = 0; in nfs_proc_pathconf()
558 info->max_namelen = NFS2_MAXNAMLEN; in nfs_proc_pathconf()