Searched refs:fs (Results 1 – 12 of 12) sorted by relevance
/coreutils/tests/cp/ |
D | cross-dev-symlink.sh | 26 truncate -s100M fs.img || framework_failure_ 27 mkfs -t ext4 fs.img || skip_ 'failed to create ext4 file system' 29 mount fs.img mnt || skip_ 'failed to mount ext4 file system'
|
D | cp-mv-enotsup-xattr.sh | 36 fs="$where.bin" 38 dd if=/dev/zero of="$fs" bs=8192 count=200 > /dev/null 2>&1 \ 41 mkfs -t ext2 -F "$fs" || 43 mount -oloop,$opts "$fs" "$where" || skip=1
|
/coreutils/src/ |
D | local.mk | 49 src/fs.h \ 50 src/fs-is-local.h \ 549 .PHONY: src/fs-magic-compare 550 src/fs-magic-compare: src/fs-magic src/fs-kernel-magic src/fs-def 551 @join -v1 -t@ src/fs-magic src/fs-def 552 @join -v1 -t@ src/fs-kernel-magic src/fs-def 554 CLEANFILES += src/fs-def 555 src/fs-def: src/fs.h 556 @grep '^# *define ' src/fs.h | $(ASSORT) > $@-t && mv $@-t $@ 582 CLEANFILES += src/fs-magic [all …]
|
D | .gitignore | 38 fs.h 39 fs-is-local.h
|
D | stat.c | 1661 default_format (bool fs, bool terse, bool device) in default_format() argument 1664 if (fs) in default_format() 1881 bool fs = false; in main() local 1920 fs = true; in main() 1967 format = default_format (fs, terse, /* device= */ false); in main() 1968 format2 = default_format (fs, terse, /* device= */ true); in main() 1972 ok &= (fs in main()
|
/coreutils/ |
D | .gitignore | 195 /src/fs-def 196 /src/fs-kernel-magic 197 /src/fs-latest-magic.h 198 /src/fs-magic
|
D | README-release | 30 make src/fs-magic-compare 36 -O src/fs-latest-magic.h
|
D | bootstrap | 1042 ln -fs "$dot_dots$src" "$dst"
|
D | NEWS | 755 stat and tail now know about the "binderfs", "dma-buf-fs", "erofs", 756 "ppc-cmm-fs", and "z3fold" file systems. 1312 "balloon-kvm-fs" KVM dynamic RAM allocation support, 3070 rm -f /read-only-fs/nonexistent now succeeds and prints no diagnostic 3073 Also, "rm /read-only-fs/nonexistent" now reports "file not found" rather
|
/coreutils/tests/ln/ |
D | misc.sh | 95 ln --no-dereference -fs "$af" $ld || fail=1
|
/coreutils/m4/ |
D | jm-macros.m4 | 184 linux/fs.h
|
/coreutils/tests/ |
D | local.mk | 105 tests/other-fs-tmpdir \
|