Searched refs:statfs64 (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | statfs.c | 168 static int do_statfs64(struct kstatfs *st, struct statfs64 __user *p) in do_statfs64() 170 struct statfs64 buf; in do_statfs64() 201 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument 222 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() 359 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument
|
/fs/hostfs/ |
D | hostfs_user.c | 391 struct statfs64 buf; in do_statfs() 394 err = statfs64(root, &buf); in do_statfs()
|