Searched defs:statfs (Results 1 - 15 of 15) sorted by relevance

/external/syslinux/libinstaller/
H A Dlinuxioctl.h14 #define statfs _kernel_statfs /* HACK to deal with broken 2.4 distros */ macro
52 #undef statfs macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dstatfs.h22 struct statfs { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dstatfs.h22 struct statfs { struct
65 struct statfs64 { /* Same as struct statfs */
/external/toybox/toys/other/
H A Dstat.c47 struct statfs sf;
135 struct statfs *statfs = (struct statfs *)&TT.stat; local
137 if (type == 'a') out('u', statfs->f_bavail);
138 else if (type == 'b') out('u', statfs->f_blocks);
139 else if (type == 'c') out('u', statfs->f_files);
140 else if (type == 'd') out('u', statfs->f_ffree);
141 else if (type == 'f') out('u', statfs->f_bfree);
142 else if (type == 'l') out('d', statfs
[all...]
/external/ltp/testcases/kernel/fs/dmapi/
H A Devent_am.c180 struct stat statfs; local
183 rc |= stat(DummySubdir, &statfs);
194 } else if (ino != statfs.st_ino) {
197 ino, statfs.st_ino);
199 } else if (!(statfs.st_mode & O_RDWR)) {
202 O_RDWR, statfs.st_mode);
252 struct stat statfs; local
255 rc |= stat(DummySubdir, &statfs);
266 } else if (ino != statfs.st_ino) {
269 ino, statfs
398 struct stat statfs; local
477 struct stat statfs; local
663 struct stat statfs; local
749 struct stat statfs; local
921 struct stat statfs; local
1010 struct stat statfs; local
[all...]
H A Devent_an.c198 struct stat statfs; local
202 rc |= stat(DummySubdir, &statfs);
212 } else if (ino2 != statfs.st_ino) {
215 ino2, statfs.st_ino);
232 } else if (amode != statfs.st_mode) {
235 amode, statfs.st_mode);
263 struct stat statfs; local
272 } else if ((rc = stat(DummySubdir, &statfs)) == -1) {
317 } else if (amode != statfs.st_mode) {
320 amode, statfs
473 struct stat statfs; local
641 struct stat statfs; local
708 struct stat statfs; local
935 struct stat statfs; local
1163 struct stat statfs; local
1228 struct stat statfs; local
1677 struct stat statfs; local
1845 struct stat statfs; local
1912 struct stat statfs; local
2387 struct stat statfs; local
[all...]
H A Dhandle.c4608 struct stat statfs; local
4613 rc = stat(DUMMY_FILE, &statfs);
4615 if (ino == statfs.st_ino) {
4618 statfs.st_ino);
4623 statfs.st_ino, ino);
4678 struct stat statfs; local
4683 rc = stat(DUMMY_SUBDIR, &statfs);
4685 if (ino == statfs.st_ino) {
4688 statfs.st_ino);
4693 statfs
[all...]
H A Dinvis.c62 void LogStat(struct stat *statfs) argument
65 DMLOG_PRINT(DMLVL_DEBUG, " st_dev %d\n", statfs->st_dev);
66 DMLOG_PRINT(DMLVL_DEBUG, " st_ino %d\n", statfs->st_ino);
67 DMLOG_PRINT(DMLVL_DEBUG, " st_mode 0x%x\n", statfs->st_mode);
68 DMLOG_PRINT(DMLVL_DEBUG, " st_nlink %d\n", statfs->st_nlink);
69 DMLOG_PRINT(DMLVL_DEBUG, " st_uid %d\n", statfs->st_uid);
70 DMLOG_PRINT(DMLVL_DEBUG, " st_gid %d\n", statfs->st_gid);
71 DMLOG_PRINT(DMLVL_DEBUG, " st_rdev %d\n", statfs->st_rdev);
72 DMLOG_PRINT(DMLVL_DEBUG, " st_size %lld\n", statfs->st_size);
73 DMLOG_PRINT(DMLVL_DEBUG, " st_blksize %d\n", statfs
[all...]
H A Dattr.c7108 struct stat statfs; local
7120 } else if ((rc = stat(DUMMY_FILE, &statfs)) == -1) {
7141 if (statfs.st_dev != statdm.dt_dev) {
7144 szFuncName, statfs.st_dev,
7148 if (statfs.st_ino != statdm.dt_ino) {
7151 szFuncName, statfs.st_ino,
7155 if (statfs.st_mode != statdm.dt_mode) {
7158 szFuncName, statfs.st_mode,
7162 if (statfs.st_nlink != statdm.dt_nlink) {
7165 szFuncName, statfs
7653 struct stat statfs; local
9585 struct stat statfs; local
9696 struct stat statfs; local
10355 struct stat statfs; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 599 milliseconds