Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dstatfs.c99 int fd_statfs(int fd, struct kstatfs *st) in fd_statfs() function
200 int error = fd_statfs(fd, &st); in SYSCALL_DEFINE2()
214 error = fd_statfs(fd, &st); in SYSCALL_DEFINE3()
298 int error = fd_statfs(fd, &tmp); in COMPAT_SYSCALL_DEFINE2()
365 error = fd_statfs(fd, &tmp); in kcompat_sys_fstatfs64()
/Linux-v4.19/arch/alpha/kernel/
Dosf_sys.c393 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3()
413 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3()
/Linux-v4.19/include/linux/
Dfs.h2233 extern int fd_statfs(int, struct kstatfs *);