Home
last modified time | relevance | path

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

/fs/
Dopen.c98 static int vfs_statfs64(struct dentry *dentry, struct statfs64 *buf) in vfs_statfs64()
141 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
150 struct statfs64 tmp; in SYSCALL_DEFINE3()
177 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3()
180 struct statfs64 tmp; in SYSCALL_DEFINE3()
/fs/hostfs/
Dhostfs_user.c408 struct statfs64 buf; in do_statfs()
411 err = statfs64(root, &buf); in do_statfs()