Searched refs:fd_statfs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | statfs.c | 115 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() 314 int error = fd_statfs(fd, &tmp); in COMPAT_SYSCALL_DEFINE2() 372 error = fd_statfs(fd, &tmp); in kcompat_sys_fstatfs64()
|
/kernel/linux/linux-6.6/fs/ |
H A D | statfs.c | 115 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()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | osf_sys.c | 393 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3() 413 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | osf_sys.c | 394 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3() 414 int error = fd_statfs(fd, &linux_stat); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 2386 extern int fd_statfs(int, struct kstatfs *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 2443 extern int fd_statfs(int, struct kstatfs *);
|
Completed in 17 milliseconds