Searched refs:linux_stat (Results 1 – 2 of 2) sorted by relevance
308 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs()311 tmp_stat.f_bsize = linux_stat->f_bsize; in linux_to_osf_statfs()313 tmp_stat.f_bfree = linux_stat->f_bfree; in linux_to_osf_statfs()315 tmp_stat.f_files = linux_stat->f_files; in linux_to_osf_statfs()317 tmp_stat.f_fsid = linux_stat->f_fsid; in linux_to_osf_statfs()329 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs64()337 tmp_stat.f_fsid = linux_stat->f_fsid; in linux_to_osf_statfs64()346 struct kstatfs linux_stat; in SYSCALL_DEFINE3() local392 struct kstatfs linux_stat; in SYSCALL_DEFINE3() local402 struct kstatfs linux_stat; in SYSCALL_DEFINE3() local[all …]
10 linux_stat=${beauty_uapi_linux_dir}/stat.h17 grep -E $regex ${linux_stat} | \