Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dstatfs.c95 int fd_statfs(int fd, struct kstatfs *st) in fd_statfs() function
196 int error = fd_statfs(fd, &st); in SYSCALL_DEFINE2()
210 error = fd_statfs(fd, &st); in SYSCALL_DEFINE3()
Dcompat.c262 int error = fd_statfs(fd, &tmp); in COMPAT_SYSCALL_DEFINE2()
323 error = fd_statfs(fd, &tmp); in COMPAT_SYSCALL_DEFINE3()
/linux-4.1.27/arch/alpha/kernel/
Dosf_sys.c389 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3()
409 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3()
/linux-4.1.27/include/linux/
Dfs.h1998 extern int fd_statfs(int, struct kstatfs *);