Home
last modified time | relevance | path

Searched refs:fd_statfs (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/
Dstatfs.c115 int fd_statfs(int fd, struct kstatfs *st) in fd_statfs() function
216 int error = fd_statfs(fd, &st); in SYSCALL_DEFINE2()
230 error = fd_statfs(fd, &st); in SYSCALL_DEFINE3()
317 int error = fd_statfs(fd, &tmp); in COMPAT_SYSCALL_DEFINE2()
375 error = fd_statfs(fd, &tmp); in kcompat_sys_fstatfs64()
/linux-6.12.1/arch/alpha/kernel/
Dosf_sys.c394 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3()
414 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3()
/linux-6.12.1/include/linux/
Dfs.h2626 extern int fd_statfs(int, struct kstatfs *);