Searched refs:fd_statfs (Results 1 – 4 of 4) sorted by relevance
95 int fd_statfs(int fd, struct kstatfs *st) in fd_statfs() function196 int error = fd_statfs(fd, &st); in SYSCALL_DEFINE2()210 error = fd_statfs(fd, &st); in SYSCALL_DEFINE3()
262 int error = fd_statfs(fd, &tmp); in COMPAT_SYSCALL_DEFINE2()323 error = fd_statfs(fd, &tmp); in COMPAT_SYSCALL_DEFINE3()
389 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3()409 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3()
1998 extern int fd_statfs(int, struct kstatfs *);