Searched refs:statfs (Results 1 - 25 of 136) sorted by path

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c32 #include <sys/statfs.h>
389 struct statfs f;
395 if (statfs(filename, &f))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c24901 struct statfs fsInfo;
24909 if( statfs(filePath, &fsInfo) != -1 ){
25493 struct statfs fsInfo;
25494 if( statfs(zPath, &fsInfo) == -1 ){
25499 ** we're assuming that statfs() doesn't fail very often. At least
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse.h183 * Replaced 'struct statfs' parameter with 'struct statvfs' in
186 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations
H A Dfuse_lowlevel.h609 void (*statfs) (fuse_req_t req, fuse_ino_t ino); member in struct:fuse_lowlevel_ops
927 * statfs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c682 if (fs->op.statfs)
683 return fs->op.statfs(path, buf);
2438 .statfs = fuse_lib_statfs,
H A Dfuse_lowlevel.c747 if (req->f->op.statfs)
748 req->f->op.statfs(req, nodeid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c234 * @sfs: statfs structure in which to return the information
236 * Return information about the mounted NTFS volume @sb in the statfs structure
1681 .statfs = ntfs_fuse_statfs,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure6990 for ac_header in sys/termio.h sys/statfs.h sys/dustat.h sys/statvfs.h stdarg.h sys/sockio.h
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h301 # include <sys/statfs.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dfsusage.c52 struct statfs fsd;
54 if (statfs (path, &fsd, sizeof (struct statfs)) != 0)
62 if (statfs (path, &fsd) != 1)
71 struct statfs fsd;
73 if (statfs (path, &fsd) < 0)
78 struct statfs are truncated to 2GB. These conditions detect that
94 struct statfs fsd;
96 if (statfs (path, &fsd) < 0)
115 struct statfs fs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dquotas.c1153 struct statfs *mnts;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dconfigure21125 for ac_header in fcntl.h limits.h stdint.h strings.h time.h sys/param.h sys/fcntl.h sys/file.h sys/ioctl.h sys/time.h sys/mnttab.h sys/statvfs.h sys/stat.h sys/vfs.h mntent.h syslog.h unistd.h termios.h sys/termios.h netdb.h sgtty.h ufs/quota.h mount.h statfs.h sys/types.h dlfcn.h errno.h sys/errno.h sys/uio.h langinfo.h locale.h sys/filio.h
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dquota.c359 static struct statfs sfs;
361 if ( statfs( file, &sfs ) < 0 ) {
H A Dunix.c60 struct statfs sfs;
64 if ( statfs( vol->v_path, &sfs ) < 0 ) {
H A Dunix.h26 #include <sys/statfs.h>
37 #define statfs statvfs macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure12560 for ac_header in fcntl.h limits.h stdint.h strings.h time.h sys/param.h sys/fcntl.h sys/file.h sys/ioctl.h sys/time.h sys/mnttab.h sys/statvfs.h sys/stat.h sys/vfs.h mntent.h syslog.h unistd.h termios.h sys/termios.h netdb.h sgtty.h ufs/quota.h mount.h statfs.h sys/types.h dlfcn.h errno.h sys/errno.h sys/uio.h langinfo.h locale.h sys/filio.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c450 static struct statfs sfs;
452 if ( statfs( file, &sfs ) < 0 ) {
H A Dunix.c61 struct statfs sfs;
64 if ( statfs( vol->v_path, &sfs ) < 0 ) {
H A Dunix.h26 #include <sys/statfs.h>
37 #define statfs statvfs macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S175 ENTRY_COMP(statfs)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dinode.c622 .statfs = simple_statfs,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dinode.c459 .statfs = simple_statfs,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dfs.c236 /* This statfs thingie probably will go in the near future, but... */
253 struct statfs s;
255 int (*sys_statfs)(const char __user *,struct statfs __user *) =
256 (int (*)(const char __user *,struct statfs __user *))SYS(statfs);
295 struct statfs s;
297 int (*sys_fstatfs)(unsigned,struct statfs __user *) =
298 (int (*)(unsigned,struct statfs __user *))SYS(fstatfs);
319 /* Otherwise fstatfs is the same as statfs */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dmem.c11 #include <sys/statfs.h>
96 * way to do this than to parse /proc/mounts. statfs will return the
H A Duser_syms.c91 EXPORT_SYMBOL_PROTO(statfs); variable

Completed in 795 milliseconds

123456