Searched refs:st_blksize (Results 1 – 14 of 14) sorted by relevance
124 if (st.st_blksize == 0) { in __swhatbuf()134 *bufsize = st.st_blksize; in __swhatbuf()135 fp->_blksize = st.st_blksize; in __swhatbuf()
175 fp->_blksize = st.st_blksize; in __weak_alias()
82 (long long)dev->info.st_size, (long)dev->info.st_blksize); in file_open()161 return dev && dev->fd > 0 ? dev->info.st_blksize : 0; in file_get_write_size()168 return dev && dev->fd > 0 ? dev->info.st_blksize : 0; in file_get_erase_size()
63 blksize_t st_blksize; ///< optimal blocksize for I/O member
456 if (fstat(fileno, &st) >= 0 && st.st_blksize > 1) in io_open()457 buffering = st.st_blksize; in io_open()
458 if (fstat(fileno, &st) >= 0 && st.st_blksize > 1) in io_open()459 buffering = st.st_blksize; in io_open()
168 UINT32 st_blksize; /* optimal blocksize for I/O */ member
429 Buffer->st_blksize = 0; // Character device, not a block device in da_ConStat()
342 statbuf->st_blksize = S_BLKSIZE; in da_ShellStat()
288 Info->PhysicalSize = MultU64x32 (buf.st_blocks, buf.st_blksize); in UnixSimpleFileSystemFileInfo()
201 bs = os.fstat(raw.fileno()).st_blksize
513 PyInt_FromLong((long)st->st_blksize)); in _pystat_fromstructstat()
512 PyInt_FromLong((long)st->st_blksize)); in _pystat_fromstructstat()
1340 PyInt_FromLong((long)st->st_blksize)); in _pystat_fromstructstat()