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

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

Completed in 229 milliseconds