Home
last modified time | relevance | path

Searched refs:linux_stat (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/alpha/kernel/
H A Dosf_sys.c308 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() local
392 struct kstatfs linux_stat; in SYSCALL_DEFINE3() local
402 struct kstatfs linux_stat; in SYSCALL_DEFINE3() local
[all …]
/linux-6.15/tools/perf/trace/beauty/
H A Dstatx_mask.sh10 linux_stat=${beauty_uapi_linux_dir}/stat.h
17 grep -E $regex ${linux_stat} | \