Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 12 of 12) sorted by relevance

/coreutils/tests/cp/
Dcross-dev-symlink.sh26 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'
Dcp-mv-enotsup-xattr.sh36 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/
Dlocal.mk49 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.gitignore38 fs.h
39 fs-is-local.h
Dstat.c1661 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.gitignore195 /src/fs-def
196 /src/fs-kernel-magic
197 /src/fs-latest-magic.h
198 /src/fs-magic
DREADME-release30 make src/fs-magic-compare
36 -O src/fs-latest-magic.h
Dbootstrap1042 ln -fs "$dot_dots$src" "$dst"
DNEWS755 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/
Dmisc.sh95 ln --no-dereference -fs "$af" $ld || fail=1
/coreutils/m4/
Djm-macros.m4184 linux/fs.h
/coreutils/tests/
Dlocal.mk105 tests/other-fs-tmpdir \