linux_osf1.c | 137 osf1_cvt_statfs_from_native(const struct statvfs *bsfs, struct osf1_statfs *osfs) 140 memset(osfs, 0, sizeof(*osfs)); 142 osfs->f_type = OSF1_MOUNT_UFS; 144 osfs->f_type = OSF1_MOUNT_NFS; 146 osfs->f_type = OSF1_MOUNT_MFS; 149 osfs->f_type = OSF1_MOUNT_ADDON; 150 osfs->f_flags = bsfs->f_flag; /* XXX translate */ 151 osfs->f_fsize = bsfs->f_frsize; 152 osfs->f_bsize = bsfs->f_bsize 525 struct osf1_statfs osfs; local in function:linux_sys_osf1_statfs 550 struct osf1_statfs osfs; local in function:linux_sys_osf1_fstatfs [all...] |