Home | History | Annotate | Download | only in dist

Lines Matching defs:statbuf

22472   struct stat statbuf;           /* Low-level file information */
22482 rc = fstat(fd, &statbuf);
22502 if( statbuf.st_size==0 ){
22507 rc = fstat(fd, &statbuf);
22516 lockKey.fid.dev = statbuf.st_dev;
22520 lockKey.fid.ino = statbuf.st_ino;
23707 struct stat statBuf;