Searched refs:fd_statfs (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/
H A Dstatfs.c115 int fd_statfs(int fd, struct kstatfs *st) function
216 int error = fd_statfs(fd, &st);
230 error = fd_statfs(fd, &st);
317 int error = fd_statfs(fd, &tmp);
375 error = fd_statfs(fd, &tmp);
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c394 int error = fd_statfs(fd, &linux_stat);
414 int error = fd_statfs(fd, &linux_stat);
/linux-master/include/linux/
H A Dfs.h2550 extern int fd_statfs(int, struct kstatfs *);

Completed in 279 milliseconds