Searched refs:arsb (Results 1 – 1 of 1) sorted by relevance
92 static struct stat arsb; /* stat of archive device at open */ variable211 if (fstat(arfd, &arsb) < 0) { in ar_open()218 if (S_ISDIR(arsb.st_mode)) { in ar_open()227 if (S_ISCHR(arsb.st_mode)) { in ar_open()234 } else if (S_ISBLK(arsb.st_mode)) in ar_open()244 if (artyp == ISREG && arsb.st_size == 0) { in ar_open()314 if ((arsb.st_blksize > 0) && (arsb.st_blksize < MAXBLK) && in ar_open()315 ((arsb.st_blksize % BLKMULT) == 0)) in ar_open()316 rdblksz = arsb.st_blksize; in ar_open()332 if ((act == APPND) && wrblksz && ((arsb.st_size%wrblksz)==0)){ in ar_open()[all …]