Home | History | Annotate | Download | only in refuse

Lines Matching defs:stbuf

798     struct stat stbuf;
801 memset(&stbuf, 0, sizeof(stbuf));
802 stbuf.st_mode = dt_to_mode(type);
804 res = shim->fill_dir_v23(shim->dirh, name, &stbuf, 0);
813 struct stat stbuf;
816 memset(&stbuf, 0, sizeof(stbuf));
817 stbuf.st_mode = dt_to_mode(type);
818 stbuf.st_ino = ino;
820 res = shim->fill_dir_v23(shim->dirh, name, &stbuf, 0);