Searched refs:statfs (Results 26 - 50 of 161) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dsuper.c123 if (!lower_dentry->d_sb->s_op->statfs)
125 return lower_dentry->d_sb->s_op->statfs(lower_dentry, buf);
191 .statfs = ecryptfs_statfs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/lbl/
H A Dos-sunos4.h81 struct statfs;
83 int fstatfs(int, struct statfs *);
169 int statfs(char *, struct statfs *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/lbl/
H A Dos-sunos4.h81 struct statfs;
83 int fstatfs(int, struct statfs *);
169 int statfs(char *, struct statfs *);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dswitch_root.c72 struct statfs stfs;
94 if (lstat("/init", &st1) || !S_ISREG(st1.st_mode) || statfs("/", &stfs) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A DKbuild.asm40 header-y += statfs.h
H A Dstatfs.h25 struct statfs { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Ddebugfs.c88 struct statfs st_fs;
90 if (statfs(debugfs, &st_fs) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddf.c44 struct statfs s;
102 if (statfs(mount_point, &s) != 0) {
H A Dstat.c65 * Others have statfs.f_fstypename[MFSNAMELEN]. (NetBSD 1.5.2)
119 /* print statfs info */
124 struct statfs const *statfsbuf = data;
340 struct statfs statfsbuf;
355 if (statfs(filename, &statfsbuf) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dconfig_xcode.h37 #define WX_STATFS_T struct statfs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dstatfs.h22 struct statfs { struct
65 struct statfs64 { /* Same as struct statfs */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dmain.c22 #include <linux/statfs.h>
H A Dbind.c21 #include <linux/statfs.h>
134 !root->d_sb->s_op->statfs ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.h26 #include <sys/statfs.h>
37 #define statfs statvfs macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dfilesys.h57 # include <sys/statfs.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Duser_syms.c98 EXPORT_SYMBOL_PROTO(statfs); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_super.c41 #include <linux/statfs.h>
276 .statfs = simple_statfs,
287 .statfs = v9fs_statfs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/efs/
H A Defs.h121 struct statfs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/perfcounter/
H A Dperf_writer_disk.c132 struct statfs statfsbuf;
147 status = statfs(data->diskInfo.mdata[i].mountpoint, &statfsbuf);
H A Dperf.h42 #include <sys/statfs.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dumount.cifs.c258 struct statfs statbuf;
346 rc = statfs(mountpoint, &statbuf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Dmount.c46 .statfs = simple_statfs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysfs/
H A Dmount.c30 .statfs = simple_statfs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dproto.h7 struct statfs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsunx.cpp78 // not only the statfs syscall is called differently depending on platform, but
91 #define wxStatfs statfs
94 // some systems lack statfs() prototype in the system headers (AIX 4)
95 extern "C" int statfs(const char *path, struct statfs *buf);

Completed in 238 milliseconds

1234567