Lines Matching defs:stat
830 int sf_get_volume_info(struct super_block *sb, STRUCT_STATFS *stat)
844 stat->f_type = NFS_SUPER_MAGIC; /* XXX vboxsf type? */
845 stat->f_bsize = SHFLVolumeInfo.ulBytesPerAllocationUnit;
846 stat->f_blocks = SHFLVolumeInfo.ullTotalAllocationBytes
848 stat->f_bfree = SHFLVolumeInfo.ullAvailableAllocationBytes
850 stat->f_bavail = SHFLVolumeInfo.ullAvailableAllocationBytes
852 stat->f_files = 1000;
853 stat->f_ffree = 1000; /* don't return 0 here since the guest may think
855 stat->f_fsid.val[0] = 0;
856 stat->f_fsid.val[1] = 0;
857 stat->f_namelen = 255;