stbuf 398 source3/client/clitar.c SMB_STRUCT_STAT stbuf; stbuf 407 source3/client/clitar.c if (sys_fstat(f, &stbuf) == -1) { stbuf 415 source3/client/clitar.c size_t towrite = S_ISREG(stbuf.st_mode) ? tp : tbufsiz; stbuf 1791 source3/client/clitar.c SMB_STRUCT_STAT stbuf; stbuf 1793 source3/client/clitar.c if (sys_stat(argv[Optind], &stbuf) == 0) { stbuf 1794 source3/client/clitar.c newer_than = stbuf.st_mtime; stbuf 298 source3/modules/onefs_shadow_copy.c struct stat stbuf; stbuf 315 source3/modules/onefs_shadow_copy.c if (fstat(fd, &stbuf) == -1) stbuf 318 source3/modules/onefs_shadow_copy.c osc_snapshot_insert(oscp, name, &stbuf.st_birthtimespec, errorp); stbuf 336 source3/modules/onefs_shadow_copy.c struct stat stbuf; stbuf 344 source3/modules/onefs_shadow_copy.c if (fstat(fd, &stbuf) == -1) stbuf 368 source3/modules/onefs_shadow_copy.c oscp->osc_mtime = stbuf.st_mtimespec; stbuf 437 source3/modules/onefs_shadow_copy.c struct stat stbuf; stbuf 449 source3/modules/onefs_shadow_copy.c if (fstat(fd, &stbuf) == -1) stbuf 452 source3/modules/onefs_shadow_copy.c if (osc_timespec_compare(&oscp->osc_mtime, &stbuf.st_mtimespec) != 0) stbuf 142 source3/modules/vfs_tsmsm.c SMB_STRUCT_STAT *stbuf) { stbuf 156 source3/modules/vfs_tsmsm.c if (512 * (off_t)stbuf->st_blocks >= stbuf->st_size * tsmd->online_ratio) { stbuf 158 source3/modules/vfs_tsmsm.c "online_ratio=%.2f\n", path, (long)stbuf->st_blocks, stbuf 159 source3/modules/vfs_tsmsm.c (long)stbuf->st_size, tsmd->online_ratio)); stbuf 73 source4/lib/registry/dir.c struct stat stbuf; stbuf 82 source4/lib/registry/dir.c stat(path, &stbuf); stbuf 84 source4/lib/registry/dir.c if (!S_ISDIR(stbuf.st_mode)) { stbuf 172 source4/lib/registry/dir.c struct stat stbuf; stbuf 177 source4/lib/registry/dir.c stat(thispath, &stbuf); stbuf 179 source4/lib/registry/dir.c if (!S_ISDIR(stbuf.st_mode)) {