Searched refs:statfs64 (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ |
D | statfs.c | 152 static int do_statfs64(struct kstatfs *st, struct statfs64 __user *p) in do_statfs64() 154 struct statfs64 buf; in do_statfs64() 185 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument 206 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() 343 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument
|
/linux-4.19.296/include/uapi/asm-generic/ |
D | statfs.h | 46 struct statfs64 { struct
|
/linux-4.19.296/fs/hostfs/ |
D | hostfs_user.c | 391 struct statfs64 buf; in do_statfs() 394 err = statfs64(root, &buf); in do_statfs()
|
/linux-4.19.296/include/linux/ |
D | syscalls.h | 51 struct statfs64; 401 struct statfs64 __user *buf); 404 struct statfs64 __user *buf);
|