Home
last modified time | relevance | path

Searched refs:inodes (Results 1 – 5 of 5) sorted by relevance

/coreutils/tests/du/
Dinodes.sh26 du --inodes d > out 2>err || fail=1
34 du --inodes d > out 2>err || fail=1
40 du --inodes d > out 2>err || fail=1
46 du --inodes -l d > out 2>err || fail=1
52 du --inodes -s d > out 2>err || fail=1
58 du --inodes -S d > out 2>err || fail=1
64 du --inodes d > out 2>err || fail=1
74 du --inodes -a d > out.tmp 2>err || fail=1
82 du --inodes -al d > out.tmp 2>err || fail=1
89 du --inodes -c d > out 2>err || fail=1
[all …]
/coreutils/src/
Ddu.c81 uintmax_t inodes; member
93 a->inodes = 0; in duinfo_init()
103 a->inodes = 1; in duinfo_set()
113 a->inodes = a->inodes + b->inodes; in duinfo_add()
411 ? pdui->inodes in print_size()
661 uintmax_t v = opt_inodes ? dui_to_print.inodes : dui_to_print.size; in process_file()
/coreutils/tests/
Dlocal.mk575 tests/du/inodes.sh \
/coreutils/doc/
Dcoreutils.texi12231 @itemx --inodes
12233 @opindex --inodes
12285 Total number of inodes.
12287 Number of used inodes.
12289 Number of available inodes.
12308 The fields for block and inodes statistics are affected by the scaling
12317 # statistic regarding the blocks and the inodes.
12574 @item --inodes
12575 @opindex --inodes
12579 therefore eat up most of the inodes space of a file system (see @command{df},
[all …]
/coreutils/
DNEWS1831 du accepts a new option: --inodes to show the number of inodes instead