Lines Matching defs:sfs
468 * @sfs: statfs structure in which to return the information
471 * pointed to by @sfs (this is initialized with zeros before ntfs_statfs is
483 struct statvfs *sfs)
497 sfs->f_bsize = vol->cluster_size;
500 sfs->f_frsize = vol->cluster_size;
507 sfs->f_blocks = vol->nr_clusters;
513 sfs->f_bavail = sfs->f_bfree = size;
523 sfs->f_files = (vol->mftbmp_na->allocated_size << 3) + size;
529 sfs->f_ffree = sfs->f_favail = size;
532 sfs->f_namemax = NTFS_MAX_NAME_LEN;