Lines Matching refs:stfs
5011 struct kstatfs stfs;
5024 rc = vfs_statfs(&path, &stfs);
5040 info->DeviceType = cpu_to_le32(stfs.f_type);
5064 info->MaxPathNameComponentLength = cpu_to_le32(stfs.f_namelen);
5104 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks);
5105 info->FreeAllocationUnits = cpu_to_le64(stfs.f_bfree);
5107 info->BytesPerSector = cpu_to_le32(stfs.f_bsize);
5116 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks);
5118 cpu_to_le64(stfs.f_bavail);
5120 cpu_to_le64(stfs.f_bfree);
5122 info->BytesPerSector = cpu_to_le32(stfs.f_bsize);
5195 info->OptimalTransferSize = cpu_to_le32(stfs.f_bsize);
5196 info->BlockSize = cpu_to_le32(stfs.f_bsize);
5197 info->TotalBlocks = cpu_to_le64(stfs.f_blocks);
5198 info->BlocksAvail = cpu_to_le64(stfs.f_bfree);
5199 info->UserBlocksAvail = cpu_to_le64(stfs.f_bavail);
5200 info->TotalFileNodes = cpu_to_le64(stfs.f_files);
5201 info->FreeFileNodes = cpu_to_le64(stfs.f_ffree);