Searched refs:statfs64 (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | open.c | 98 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/ |
D | hostfs_user.c | 408 struct statfs64 buf; in do_statfs() 411 err = statfs64(root, &buf); in do_statfs()
|