| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | sysv-fs.txt | 2 - Xenix FS, 3 - SystemV/386 FS, 4 - Coherent FS. 18 - Coherent FS: 22 - SystemV Release 2 FS: 25 for this FS on hard disk yet. 28 These filesystems are rather similar. Here is a comparison with Minix FS: 31 - Minix FS 0x81 Linux/Minix 32 - Xenix FS ?? 33 - SystemV FS ?? [all …]
|
| D | xfs.txt | 26 doing delayed allocation writeout (default size is 64KiB). 100 systems and applications, since 64 bits inode numbers might 139 include 65536 (64k), 131072 (128k) and 262144 (256k). The 246 fs.xfs.stats_clear (Min: 0 Default: 0 Max: 1) 248 in /proc/fs/xfs/stat. It then immediately resets to "0". 250 fs.xfs.xfssyncd_centisecs (Min: 100 Default: 3000 Max: 720000) 254 fs.xfs.filestream_centisecs (Min: 1 Default: 3000 Max: 360000) 259 fs.xfs.speculative_prealloc_lifetime 266 fs.xfs.error_level (Min: 0 Default: 3 Max: 11) 275 fs.xfs.panic_mask (Min: 0 Default: 0 Max: 255) [all …]
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| 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 …]
|
| /kernel/linux/linux-5.10/fs/ |
| D | Kconfig | 23 source "fs/ext2/Kconfig" 24 source "fs/ext4/Kconfig" 25 source "fs/hmdfs/Kconfig" 26 source "fs/jbd2/Kconfig" 35 source "fs/reiserfs/Kconfig" 36 source "fs/jfs/Kconfig" 38 source "fs/xfs/Kconfig" 39 source "fs/gfs2/Kconfig" 40 source "fs/ocfs2/Kconfig" 41 source "fs/btrfs/Kconfig" [all …]
|
| /kernel/linux/linux-5.10/Documentation/x86/x86_64/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
| 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 …]
|
| /kernel/linux/linux-4.19/arch/x86/include/uapi/asm/ |
| 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 …]
|
| /kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
| 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 …]
|
| /kernel/linux/linux-4.19/tools/lib/api/fs/ |
| 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 …]
|
| /kernel/linux/linux-5.10/tools/lib/api/fs/ |
| 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 …]
|
| /kernel/linux/linux-4.19/arch/x86/kernel/ |
| D | process_64.c | 7 * X86-64 port 22 #include <linux/fs.h> 69 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local 96 rdmsrl(MSR_FS_BASE, fs); in __show_regs() 98 printk(KERN_DEFAULT "FS: %016lx GS: %016lx\n", in __show_regs() 99 fs, shadowgs); in __show_regs() 106 asm("movl %%fs,%0" : "=r" (fsindex)); in __show_regs() 109 rdmsrl(MSR_FS_BASE, fs); in __show_regs() 118 printk(KERN_DEFAULT "FS: %016lx(%04x) GS:%016lx(%04x) knlGS:%016lx\n", in __show_regs() 119 fs, fsindex, gs, gsindex, shadowgs); in __show_regs() [all …]
|
| /kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
| 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
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| 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 …]
|
| /kernel/linux/linux-5.10/fs/ntfs/ |
| 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 */
|
| /kernel/linux/linux-4.19/tools/include/uapi/asm-generic/ |
| 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 …]
|
| /kernel/linux/linux-4.19/include/uapi/asm-generic/ |
| 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 …]
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ext4/ondisk/ |
| 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 108 - These fields only exist if the 64bit feature is enabled and s_desc_size 153 - Padding to 64 bytes.
|
| /kernel/linux/linux-4.19/fs/ntfs/ |
| D | ntfs.h | 30 #include <linux/fs.h> 45 NTFS_MAX_CLUSTER_SIZE = 64 * 1024, /* 64kiB */ 87 /* From fs/ntfs/compress.c */ 92 /* From fs/ntfs/super.c */ 102 /* From fs/ntfs/mst.c */ 107 /* From fs/ntfs/unistr.c */ 132 /* From fs/ntfs/upcase.c */
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
| 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
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | qnx4_fs.h | 27 #define QNX4_Z_MAP_SLOTS 64 28 #define QNX4_VALID_FS 0x0001 /* Clean fs. */ 29 #define QNX4_ERROR_FS 0x0002 /* fs has errors. */ 32 #define QNX4_DIR_ENTRY_SIZE 0x040 /* dir entry size of 64 bytes */ 35 #define QNX4_INODES_PER_BLOCK 0x08 /* 512 / 64 */
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | qnx4_fs.h | 27 #define QNX4_Z_MAP_SLOTS 64 28 #define QNX4_VALID_FS 0x0001 /* Clean fs. */ 29 #define QNX4_ERROR_FS 0x0002 /* fs has errors. */ 32 #define QNX4_DIR_ENTRY_SIZE 0x040 /* dir entry size of 64 bytes */ 35 #define QNX4_INODES_PER_BLOCK 0x08 /* 512 / 64 */
|
| /kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
| D | resctrl.h | 28 #define RESCTRL_PATH "/sys/fs/resctrl" 30 #define CBM_MASK_PATH "/sys/fs/resctrl/info" 46 * @mum_resctrlfs: Should the resctrl FS be remounted? 53 char ctrlgrp[64]; 54 char mongrp[64]; 58 char filename[64];
|
| /kernel/linux/linux-5.10/include/uapi/asm-generic/ |
| 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 …]
|
| /kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
| 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 …]
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | tc_l2_redirect.sh | 30 $IP -n ns1 addr add 2401:db01::65/64 dev vens1 nodad 37 $IP -n ns2 addr add 2401:db02::66/64 dev vens2 nodad 39 $IP -n ns2 addr add 2401:face::66/64 dev lo nodad 52 $IP -n ns2 route add 2401:db01::/64 dev ip6t2 58 $IP addr add 2401:db01::1/64 dev ve1 nodad 60 $IP addr add 2401:db02::1/64 dev ve2 nodad 80 rm -f /sys/fs/bpf/tc/globals/tun_iface 106 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ipt/ifindex) 135 $IP route add 2401:face::/64 via 2401:db02::66 dev ve2 143 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ip6t/ifindex)
|