Home
last modified time | relevance | path

Searched refs:user_statfs (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/
Dstatfs.c77 int user_statfs(const char __user *pathname, struct kstatfs *st) in user_statfs() function
168 int error = user_statfs(pathname, &st); in SYSCALL_DEFINE2()
180 error = user_statfs(pathname, &st); in SYSCALL_DEFINE3()
Dcompat.c255 int error = user_statfs(pathname, &tmp); in compat_sys_statfs()
311 error = user_statfs(pathname, &tmp); in compat_sys_statfs64()
/linux-3.4.99/arch/parisc/hpux/
Dsys_hpux.c204 int error = user_statfs(pathname, &st); in hpux_statfs()
/linux-3.4.99/arch/alpha/kernel/
Dosf_sys.c237 int error = user_statfs(pathname, &linux_stat); in SYSCALL_DEFINE3()
/linux-3.4.99/include/linux/
Dfs.h1905 extern int user_statfs(const char __user *, struct kstatfs *);