Home
last modified time | relevance | path

Searched refs:statfs64 (Results 1 – 2 of 2) sorted by relevance

/fs/
A Dstatfs.c166 static int do_statfs64(struct kstatfs *st, struct statfs64 __user *p) in do_statfs64()
168 struct statfs64 buf; in do_statfs64()
199 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
220 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3()
360 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument
/fs/hostfs/
A Dhostfs_user.c402 struct statfs64 buf; in do_statfs()
405 err = statfs64(root, &buf); in do_statfs()

Completed in 6 milliseconds