Searched refs:fstatfs (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/sys/
H A Dstatfs.h51 extern int fstatfs (int __fildes, struct statfs *__buf)
55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
58 # define fstatfs fstatfs64 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/sys/
H A Dstatfs.h51 extern int fstatfs (int __fildes, struct statfs *__buf)
55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
58 # define fstatfs fstatfs64 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/sys/
H A Dstatfs.h51 extern int fstatfs (int __fildes, struct statfs *__buf)
55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
58 # define fstatfs fstatfs64 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dstatfs.c183 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dstatfs.c183 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S176 ENTRY_COMP(fstatfs) /* 100 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsyscall_table.S176 ENTRY_COMP(fstatfs) /* 100 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dsystbl.h106 COMPAT_SYS(fstatfs)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystbl.h106 COMPAT_SYS(fstatfs)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Demul_netbsd.c98 not have struct statfs. In this case don't implement fstatfs.
106 /* If this is not netbsd, don't allow fstatfs or getdirentries at this time */
799 SYS(fstatfs);
800 status = fstatfs(fd, (buf_addr == 0 ? NULL : &buf));
1193 /* 158 */ { do_fstatfs, "fstatfs" },
H A Dconfigure5155 for ac_func in access cfgetispeed cfgetospeed cfsetispeed cfsetospeed chdir chmod chown dup dup2 fchmod fchown fcntl fstat fstatfs getdirentries getegid geteuid getgid getpid getppid getrusage gettimeofday getuid ioctl kill link lseek lstat mkdir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsendbreak tcdrain tcflush tcflow tcgetpgrp tcsetpgrp time umask unlink
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Demul_netbsd.c98 not have struct statfs. In this case don't implement fstatfs.
106 /* If this is not netbsd, don't allow fstatfs or getdirentries at this time */
799 SYS(fstatfs);
800 status = fstatfs(fd, (buf_addr == 0 ? NULL : &buf));
1193 /* 158 */ { do_fstatfs, "fstatfs" },
H A Dconfigure5155 for ac_func in access cfgetispeed cfgetospeed cfsetispeed cfsetospeed chdir chmod chown dup dup2 fchmod fchown fcntl fstat fstatfs getdirentries getegid geteuid getgid getpid getppid getrusage gettimeofday getuid ioctl kill link lseek lstat mkdir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsendbreak tcdrain tcflush tcflow tcgetpgrp tcsetpgrp time umask unlink
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Demul_netbsd.c98 not have struct statfs. In this case don't implement fstatfs.
106 /* If this is not netbsd, don't allow fstatfs or getdirentries at this time */
799 SYS(fstatfs);
800 status = fstatfs(fd, (buf_addr == 0 ? NULL : &buf));
1193 /* 158 */ { do_fstatfs, "fstatfs" },
H A Dconfigure5155 for ac_func in access cfgetispeed cfgetospeed cfsetispeed cfsetospeed chdir chmod chown dup dup2 fchmod fchown fcntl fstat fstatfs getdirentries getegid geteuid getgid getpid getppid getrusage gettimeofday getuid ioctl kill link lseek lstat mkdir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsendbreak tcdrain tcflush tcflow tcgetpgrp tcsetpgrp time umask unlink
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/m32r/
H A Dtraps-linux.c879 result = fstatfs(arg1, &statbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/m32r/
H A Dtraps-linux.c879 result = fstatfs(arg1, &statbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/m32r/
H A Dtraps-linux.c879 result = fstatfs(arg1, &statbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c27250 if( fstatfs(fd, &fsInfo) == -1 ){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c27250 if( fstatfs(fd, &fsInfo) == -1 ){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c27250 if( fstatfs(fd, &fsInfo) == -1 ){
[all...]

Completed in 829 milliseconds