Files
source/Y/st_blocks.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

35 lines
4.4 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>st_blocks</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--stat-size.h.html#L60'>st_blocks</a> 60 lib/stat-size.h (S_ISREG ((statbuf).st_mode) || S_ISDIR ((statbuf).st_mode) ? st_blocks ((statbuf).st_size) : 0)</span>
<span class='curline'><a href='../S/lib--stat-size.h.html#L83'>st_blocks</a> 83 lib/stat-size.h #define ST_NBLOCKS(statbuf) ((statbuf).st_blocks)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1045'>st_blocks</a> 1045 lib/vfs/direntry.c s-&gt;st_blocks = 0;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1057'>st_blocks</a> 1057 lib/vfs/direntry.c s-&gt;st_blocks = ioblocks * ioblock_size;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1060'>st_blocks</a> 1060 lib/vfs/direntry.c s-&gt;st_blocks = 1 + (s-&gt;st_size - 1) / 512;</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L254'>st_blocks</a> 254 src/filemanager/info.c tty_printf (ngettext (" (%lu block)", " (%lu blocks)", (unsigned long) st.st_blocks),</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L255'>st_blocks</a> 255 src/filemanager/info.c (unsigned long) st.st_blocks);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L351'>st_blocks</a> 351 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_blocks = (s-&gt;st_size + 511) / 512;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_adjust_stat.c.html#L39'>st_blocks</a> 39 tests/lib/vfs/vfs_adjust_stat.c .st_blocks = blocks, \</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_adjust_stat.c.html#L42'>st_blocks</a> 42 tests/lib/vfs/vfs_adjust_stat.c #define STRUCT_STAT(st_blksize, st_blocks) \</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_adjust_stat.c.html#L48'>st_blocks</a> 48 tests/lib/vfs/vfs_adjust_stat.c #define STRUCT_STAT(st_blksize, st_blocks) \</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_adjust_stat.c.html#L51'>st_blocks</a> 51 tests/lib/vfs/vfs_adjust_stat.c .st_blocks = st_blocks, \</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_adjust_stat.c.html#L54'>st_blocks</a> 54 tests/lib/vfs/vfs_adjust_stat.c #define STRUCT_STAT(st_blksize, st_blocks) \</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_adjust_stat.c.html#L95'>st_blocks</a> 95 tests/lib/vfs/vfs_adjust_stat.c ck_assert_int_eq (data-&gt;etalon_stat.st_blocks, expected_stat.st_blocks);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L125'>st_blocks</a> 125 tests/lib/vfs/vfs_parse_ls_lga.c etalon_stat-&gt;st_blocks = 8;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L146'>st_blocks</a> 146 tests/lib/vfs/vfs_parse_ls_lga.c etalon_stat-&gt;st_blocks = 1;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L167'>st_blocks</a> 167 tests/lib/vfs/vfs_parse_ls_lga.c etalon_stat-&gt;st_blocks = 8;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L188'>st_blocks</a> 188 tests/lib/vfs/vfs_parse_ls_lga.c etalon_stat-&gt;st_blocks = 8;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L259'>st_blocks</a> 259 tests/lib/vfs/vfs_parse_ls_lga.c etalon_stat.st_blocks = 0;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L288'>st_blocks</a> 288 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_blocks, test_stat.st_blocks);</span>
</pre>
</body>
</html>