STAT_ST_BLOCKSIZE  299 source3/libsmb/clifile.c #if defined (HAVE_STAT_ST_BLOCKS) && defined(STAT_ST_BLOCKSIZE)
STAT_ST_BLOCKSIZE  300 source3/libsmb/clifile.c 	sbuf->st_blocks /= STAT_ST_BLOCKSIZE;
STAT_ST_BLOCKSIZE  632 source3/modules/vfs_default.c #if defined(HAVE_STAT_ST_BLOCKS) && defined(STAT_ST_BLOCKSIZE)
STAT_ST_BLOCKSIZE  633 source3/modules/vfs_default.c 	result = (uint64_t)STAT_ST_BLOCKSIZE * (uint64_t)sbuf->st_blocks;
STAT_ST_BLOCKSIZE  173 source3/modules/vfs_streams_xattr.c         sbuf->st_blocks = sbuf->st_size % STAT_ST_BLOCKSIZE + 1;
STAT_ST_BLOCKSIZE  220 source3/modules/vfs_streams_xattr.c         sbuf->st_blocks = sbuf->st_size % STAT_ST_BLOCKSIZE + 1;
STAT_ST_BLOCKSIZE  271 source3/modules/vfs_streams_xattr.c         sbuf->st_blocks = sbuf->st_size % STAT_ST_BLOCKSIZE + 1;
STAT_ST_BLOCKSIZE   25 source3/smbd/dosmode.c #if defined (HAVE_STAT_ST_BLOCKS) && defined(STAT_ST_BLOCKSIZE)
STAT_ST_BLOCKSIZE   26 source3/smbd/dosmode.c 	if (sbuf->st_size > sbuf->st_blocks * (SMB_OFF_T)STAT_ST_BLOCKSIZE) {