Searched refs:st_buf (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dismounted.c77 struct stat st_buf; local
91 if (stat(file, &st_buf) == 0) {
92 if (S_ISBLK(st_buf.st_mode)) {
94 file_rdev = st_buf.st_rdev;
97 file_dev = st_buf.st_dev;
98 file_ino = st_buf.st_ino;
119 if (stat(device, &st_buf) == 0) {
120 if (S_ISBLK(st_buf.st_mode)) {
122 if (file_rdev && (file_rdev == st_buf.st_rdev))
126 if (file_dev && ((file_dev == st_buf
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dismounted.c47 struct stat st_buf; local
57 if (stat(file, &st_buf) == 0) {
58 if (S_ISBLK(st_buf.st_mode)) {
60 file_rdev = st_buf.st_rdev;
63 file_dev = st_buf.st_dev;
64 file_ino = st_buf.st_ino;
70 if (stat(mnt->mnt_fsname, &st_buf) == 0) {
71 if (S_ISBLK(st_buf.st_mode)) {
73 if (file_rdev && (file_rdev == st_buf.st_rdev))
77 if (file_dev && ((file_dev == st_buf
241 struct stat st_buf; local
294 struct stat st_buf; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A Dmain.c162 struct stat64 st_buf; local
164 struct stat st_buf; local
259 ret = fstat64(fd, &st_buf);
261 ret = fstat(fd, &st_buf);
280 if (!S_ISREG(st_buf.st_mode )) {
368 (((__u64) 1) << (sizeof(st_buf.st_size)*8 - 1)) - 1)
370 if ((new_file_size > st_buf.st_size) &&
414 if ((st_buf.st_size > new_file_size) &&
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dvi.c1715 struct stat st_buf; local
1835 if ((sr=stat((char*)fn, &st_buf)) < 0) {
1841 if ((st_buf.st_mode & (S_IFREG)) == 0) {
1846 if ((st_buf.st_mode & (S_IRUSR | S_IRGRP | S_IROTH)) == 0) {
3474 struct stat st_buf; local
3480 sr = stat((char *) fn, &st_buf); // see if file exists
3482 cnt = (int) st_buf.st_size;
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dnetwork.c202 struct stat st_buf; local
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dnetwork.c203 struct stat st_buf; local

Completed in 158 milliseconds