| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | sysv-fs.rst | 8 - Xenix FS, 9 - SystemV/386 FS, 10 - Coherent FS. 30 - Coherent FS: 36 - SystemV Release 2 FS: 40 for this FS on hard disk yet. 43 These filesystems are rather similar. Here is a comparison with Minix FS: 47 - Minix FS 0x81 Linux/Minix 48 - Xenix FS ?? 49 - SystemV FS ?? [all …]
|
| H A D | fsverity.rst | 6 fs-verity: read-only file-based authenticity protection 12 fs-verity (``fs/verity/``) is a support layer that filesystems can 16 needed to support fs-verity. 18 fs-verity is similar to `dm-verity 21 filesystems supporting fs-verity, userspace can execute an ioctl that 30 the "fs-verity file digest", which is a hash that includes the Merkle 31 tree root hash) that fs-verity is enforcing for the file. This ioctl 34 fs-verity is essentially a way to hash a file in constant time, 41 By itself, the base fs-verity feature only provides integrity 44 However, because fs-verity makes retrieving the file hash extremely [all …]
|
| /OK3568_Linux_fs/u-boot/fs/ |
| H A D | fs.su | |
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | Kconfig | 23 source "fs/ext2/Kconfig" 24 source "fs/ext4/Kconfig" 25 source "fs/jbd2/Kconfig" 34 source "fs/reiserfs/Kconfig" 35 source "fs/jfs/Kconfig" 37 source "fs/xfs/Kconfig" 38 source "fs/gfs2/Kconfig" 39 source "fs/ocfs2/Kconfig" 40 source "fs/btrfs/Kconfig" 41 source "fs/nilfs2/Kconfig" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | fsgs.rst | 3 Using FS and GS segments in user space applications 21 In 64-bit mode the CS/SS/DS/ES segments are ignored and the base address is 22 always 0 to provide a full 64bit address space. The FS and GS segments are 23 still functional in 64-bit mode. 25 Common FS and GS usage 28 The FS segment is commonly used to address Thread Local Storage (TLS). FS 31 thread and the compiler emits the FS: address prefix for accesses to these 32 variables. Each thread has its own FS base address so common code can be 34 instances. Applications should not use FS for other purposes when they use 35 runtimes or threading libraries which manage the per thread FS. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | hugetlb.rst | 7 # mount -t cgroup -o hugetlb none /sys/fs/cgroup 10 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in 11 the system. /sys/fs/cgroup/tasks lists the tasks in this cgroup. 13 New groups can be created under the parent group /sys/fs/cgroup:: 15 # cd /sys/fs/cgroup 33 For a system supporting three hugepage sizes (64k, 32M and 1G), the control 44 hugetlb.64KB.limit_in_bytes 45 hugetlb.64KB.max_usage_in_bytes 46 hugetlb.64KB.usage_in_bytes 47 hugetlb.64KB.failcnt [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | sigcontext.h | 139 * The 64-bit FPU frame. (FXSAVE format and later) 160 __u32 xmm_space[64]; /* 16x XMM registers, 16 bytes each */ 182 __u32 ymmh_space[64]; 204 __u16 fs, __fsh; member 236 * The 64-bit signal frame: 259 __u16 fs; member 302 __u16 fs, __fsh; member 347 * Prior to 2.5.64 ("[PATCH] x86-64 updates for 2.5.64-bk3"), 348 * Linux saved and restored fs and gs in these slots. This 354 * - Some DOSEMU versions stash fs and gs in these slots manually, [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/api/fs/ |
| H A D | fs.c | 16 #include "fs.h" 84 "/sys/fs/bpf", 88 struct fs { struct 110 static struct fs fs__entries[] = { argument 149 static bool fs__read_mounts(struct fs *fs) in fs__read_mounts() argument 161 fs->path, type) == 2) { in fs__read_mounts() 163 if (strcmp(type, fs->name) == 0) in fs__read_mounts() 168 fs->checked = true; in fs__read_mounts() 169 return fs->found = found; in fs__read_mounts() 172 static int fs__valid_mount(const char *fs, long magic) in fs__valid_mount() argument [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0150-Makefile-Make-libgrub.pp-depend-on-config-util.h.patch | 8 …64 -I./include -DGRUB_FILE=\"grub_script.tab.h\" -I. -I.. -I. -I.. -I../include -I./include -I../g… 9 …fs/affs.c ../grub-core/fs/afs.c ../grub-core/fs/bfs.c ../grub-core/fs/btrfs.c ../grub-core/fs/cbfs… 17 from ../grub-core/fs/btrfs.c:21:
|
| H A D | 0070-zfs-Fix-possible-integer-overflows.patch | 8 context of a 64-bit number. 10 To avoid overflow we ensure that the number being shifted is 64-bit 19 grub-core/fs/zfs/zfs.c | 8 ++++---- 22 diff --git a/grub-core/fs/zfs/zfs.c b/grub-core/fs/zfs/zfs.c 24 --- a/grub-core/fs/zfs/zfs.c 25 +++ b/grub-core/fs/zfs/zfs.c
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_common.c | 13 * based on code from grub2 fs/ext2.c and fs/fshelp.c by 51 (const struct ext_filesystem *fs, uint32_t bg_idx) in ext4fs_get_group_descriptor() argument 53 return (struct ext2_block_group *)(fs->gdtable + (bg_idx * fs->gdsize)); in ext4fs_get_group_descriptor() 72 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_dec() argument 75 if (fs->gdsize == 64) in ext4fs_bg_free_inodes_dec() 80 if (fs->gdsize == 64) in ext4fs_bg_free_inodes_dec() 85 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_dec() argument 88 if (fs->gdsize == 64) in ext4fs_bg_free_blocks_dec() 93 if (fs->gdsize == 64) in ext4fs_bg_free_blocks_dec() 98 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_itable_unused_dec() argument [all …]
|
| H A D | ext4_common.su | |
| H A D | ext4_write.c | 15 * based on code from grub2 fs/ext2.c and fs/fshelp.c by 42 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_inc() argument 45 if (fs->gdsize == 64) in ext4fs_bg_free_inodes_inc() 50 if (fs->gdsize == 64) in ext4fs_bg_free_inodes_inc() 55 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_inc() argument 58 if (fs->gdsize == 64) in ext4fs_bg_free_blocks_inc() 63 if (fs->gdsize == 64) in ext4fs_bg_free_blocks_inc() 71 struct ext_filesystem *fs = get_fs(); in ext4fs_update() local 76 (struct ext2_sblock *)fs->sb, (uint32_t)SUPERBLOCK_SIZE); in ext4fs_update() 79 for (i = 0; i < fs->no_blkgrp; i++) { in ext4fs_update() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | process_64.c | 8 * X86-64 port 23 #include <linux/fs.h> 68 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local 95 rdmsrl(MSR_FS_BASE, fs); in __show_regs() 98 log_lvl, fs, shadowgs); in __show_regs() 104 asm("movl %%fs,%0" : "=r" (fsindex)); in __show_regs() 107 rdmsrl(MSR_FS_BASE, fs); in __show_regs() 117 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs() 149 FS, enumerator 204 * Saves the FS or GS base for an outgoing thread if FSGSBASE extensions are [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | unistd.h | 6 * layout of the x86-64 architecture, which embeds the 44 /* fs/xattr.c */ 70 /* fs/dcache.c */ 74 /* fs/cookies.c */ 78 /* fs/eventfd.c */ 82 /* fs/eventpoll.c */ 90 /* fs/fcntl.c */ 98 /* fs/inotify_user.c */ 106 /* fs/ioctl.c */ 110 /* fs/ioprio.c */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | unistd.h | 6 * layout of the x86-64 architecture, which embeds the 44 /* fs/xattr.c */ 70 /* fs/dcache.c */ 74 /* fs/cookies.c */ 78 /* fs/eventfd.c */ 82 /* fs/eventpoll.c */ 90 /* fs/fcntl.c */ 98 /* fs/inotify_user.c */ 106 /* fs/ioctl.c */ 110 /* fs/ioprio.c */ [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | autobuilder-worker-prereq-tests | 49 WATCHES=$(PATH="/sbin:/usr/sbin:$PATH" sysctl fs.inotify.max_user_watches -n) 51 …echo 'Need to increase watches (echo fs.inotify.max_user_watches=65536 | sudo tee -a /etc/sysctl.c… 54 mkdir -p tmp/deploy/images/qemux86-64 55 pushd tmp/deploy/images/qemux86-64 56 if [ ! -e core-image-minimal-qemux86-64.ext4 ]; then 57 …oproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-image-minimal-qemux86-64.ext4 59 if [ ! -e core-image-minimal-qemux86-64.qemuboot.conf ]; then 60 …roject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-image-minimal-qemux86-64.qemub… 62 if [ ! -e bzImage-qemux86-64.bin ]; then 63 …wnloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/bzImage-qemux86-64.bin [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | efi_thunk_64.S | 5 * Early support for invoking 32-bit EFI services from a 64-bit kernel. 12 * On the plus side, we don't have to worry about mangling 64-bit 14 * mapped pagetable and haven't transitioned to 64-bit virtual addresses 40 * Convert x86-64 ABI params to i386 ABI 79 /* Clear out 32-bit selector from FS and GS */ 81 movl %ebx, %fs 85 * Convert 32-bit status code into 64-bit. 105 movl %edx, %fs
|
| /OK3568_Linux_fs/u-boot/fs/fat/ |
| H A D | fat_write.su | |
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | ntfs.h | 16 #include <linux/fs.h> 31 NTFS_MAX_CLUSTER_SIZE = 64 * 1024, /* 64kiB */ 73 /* From fs/ntfs/compress.c */ 78 /* From fs/ntfs/super.c */ 88 /* From fs/ntfs/mst.c */ 93 /* From fs/ntfs/unistr.c */ 118 /* From fs/ntfs/upcase.c */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/ |
| H A D | disable_hanging_tests.patch | 12 Index: git/runtest/fs 14 --- git.orig/runtest/fs 15 +++ git/runtest/fs 16 @@ -64,11 +64,6 @@ writetest01 writetest
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 29 In ext2, ext3, and ext4 (when the 64bit feature is not enabled), the 31 bg\_checksum. On an ext4 filesystem with the 64bit feature enabled, the 32 block group descriptor expands to at least the 64 bytes described below; 36 checksum is the crc16 of the FS UUID, the group number, and the group 38 checksum is the lower 16 bits of the checksum of the FS UUID, the group 40 checksums are calculated against the FS UUID, the group number, and the 111 - These fields only exist if the 64bit feature is enabled and s_desc_size 156 - Padding to 64 bytes. 163 :widths: 16 64
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | unistd.h | 6 * layout of the x86-64 architecture, which embeds the 46 /* fs/xattr.c */ 72 /* fs/dcache.c */ 76 /* fs/cookies.c */ 80 /* fs/eventfd.c */ 84 /* fs/eventpoll.c */ 92 /* fs/fcntl.c */ 100 /* fs/inotify_user.c */ 108 /* fs/ioctl.c */ 112 /* fs/ioprio.c */ [all …]
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 6 * layout of the x86-64 architecture, which embeds the 46 /* fs/xattr.c */ 72 /* fs/dcache.c */ 76 /* fs/cookies.c */ 80 /* fs/eventfd.c */ 84 /* fs/eventpoll.c */ 92 /* fs/fcntl.c */ 100 /* fs/inotify_user.c */ 108 /* fs/ioctl.c */ 112 /* fs/ioprio.c */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-sh-msiof.c | 101 #define SIMDR2_WDLEN1(i) (((i) - 1) << 16) /* Word Count (1-64/256 (SH, A1))) */ 137 #define SIFCTR_TFWM_64 (0 << 29) /* Transfer Request when 64 empty stages */ 154 #define SIFCTR_RFWM_64 (5 << 13) /* Transfer Request when 64 valid stages */ 408 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8() argument 414 sh_msiof_write(p, SITFDR, buf_8[k] << fs); in sh_msiof_spi_write_fifo_8() 418 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16() argument 424 sh_msiof_write(p, SITFDR, buf_16[k] << fs); in sh_msiof_spi_write_fifo_16() 428 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u() argument 434 sh_msiof_write(p, SITFDR, get_unaligned(&buf_16[k]) << fs); in sh_msiof_spi_write_fifo_16u() 438 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32() argument [all …]
|