Searched refs:inode (Results 1 – 7 of 7) sorted by relevance
/coreutils/tests/df/ |
D | total-verify.sh | 59 df --total -i -P > inode || framework_failure_ 60 cat inode 63 $PERL check-df inode || fail=1
|
/coreutils/gl/modules/ |
D | root-dev-ino | 2 Root device and inode number checking. 11 same-inode
|
/coreutils/ |
D | TODO | 8 Modify chmod so that it does not change an inode's st_ctime
|
D | NEWS | 46 fail on files with inode numbers that do not fit into 32 bits. 1750 inode storage used for small files on some file systems. 1914 omitted. Note this enables df to output both block and inode fields together. 2298 mv now lets you move a symlink onto a same-inode destination file that 3036 stat -f recognizes more file system types: afs, cifs, anon-inode FS, 3116 for the inode number and allocated size of a dereferenced dangling symlink. 3196 ls -i now prints consistent inode numbers also for mount points. 3199 inode number. [bug introduced in coreutils-6.0]
|
/coreutils/src/ |
D | ls.c | 265 ino_t inode, bool command_line_arg, 3380 gobble_file (char const *name, enum filetype type, ino_t inode, in gobble_file() argument 3388 affirm (! command_line_arg || inode == NOT_AN_INODE_NUMBER); in gobble_file() 3398 f->stat.st_ino = inode; in gobble_file() 3428 || (print_inode && inode == NOT_AN_INODE_NUMBER) in gobble_file()
|
/coreutils/tests/ |
D | local.mk | 629 tests/ls/inode.sh \ 637 tests/ls/readdir-mountpoint-inode.sh \
|
/coreutils/doc/ |
D | coreutils.texi | 3170 still associated with the same device/inode-number pair as before. 7933 @itemx --inode 7935 @opindex --inode 7936 @cindex inode number, printing 7937 Print the inode number (also called the file serial number and index 9115 arguments where it then sees two files with the same inode number. 10869 @cindex inode, and hard links 10872 same inode, and the inode contains all the information about a 10873 file -- indeed, it is not incorrect to say that the inode @emph{is} the 12234 @cindex inode usage [all …]
|