| /linux/tools/lib/api/fs/ |
| H A D | fs.h | 16 #define FS(name) \ macro 33 FS(sysfs) 34 FS(procfs) 35 FS(debugfs) 36 FS(tracefs) 37 FS(hugetlbfs) 38 FS(bpf_fs) 40 #undef FS
|
| H A D | fs.c | 107 #define FS(lower_name, fs_name, upper_name) \ macro 147 FS(sysfs, sysfs, SYSFS); 148 FS(procfs, procfs, PROC_SUPER); 149 FS(debugfs, debugfs, DEBUGFS); 150 FS(tracefs, tracefs, TRACEFS); 151 FS(hugetlbfs, hugetlbfs, HUGETLBFS); 152 FS(bpf_fs, bpf, BPF_FS);
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | fsgs.rst | 3 Using FS and GS segments in user space applications 22 always 0 to provide a full 64bit address space. The FS and GS segments are 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. 41 Reading and writing the FS/GS base address 44 There exist two mechanisms to read and write the FS/GS base address: [all …]
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | gfp_mask-from-fs-io.rst | 16 从FS/IO上下文中使用的GFP掩码 25 文件系统和IO栈中的代码路径在分配内存时必须小心,以防止因直接调用FS或IO路径的内 42 没有内存分配可以追溯到FS/IO中。 49 然后,FS/IO代码在任何与回收有关的关键部分开始之前简单地调用适当的保存函数
|
| /linux/Documentation/filesystems/caching/ |
| H A D | fscache.rst | 13 FS-Cache mediates between cache backends (such as CacheFiles) and network 24 | AFS |----->| | | FS-Cache | 34 Or to look at it another way, FS-Cache is a module that provides a caching 50 | NFS |----->| FS-Cache | 71 FS-Cache does not follow the idea of completely loading every netfs file 91 FS-Cache provides the following facilities: 145 The netfs API to FS-Cache can be found in: 149 The cache backend API to FS-Cache can be found in: 157 If FS-Cache is compiled with the following options enabled:: 165 This shows counts of a number of events that can happen in FS-Cache: [all …]
|
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-fec.c | 63 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v)) macro 161 FS(fecp, r_cntrl, FEC_RCNTRL_PROM); in set_promiscuous_mode() 283 FS(fecp, dma_control, 0xC0000000); in restart() 306 FS(fecp, r_cntrl, interface == PHY_INTERFACE_MODE_RMII ? in restart() 314 FS(fecp, x_cntrl, FEC_TCNTRL_FDEN); /* FD enable */ in restart() 316 FS(fecp, r_cntrl, FEC_RCNTRL_DRT); in restart() 374 FS(fecp, imask, FEC_NAPI_EVENT_MSK); in napi_enable_fs()
|
| /linux/Documentation/core-api/ |
| H A D | gfp_mask-from-fs-io.rst | 4 GFP masks used from FS/IO context 15 memory reclaim calling back into the FS or IO paths and blocking on 36 mask so no memory allocation can recurse back in the FS/IO. 43 FS/IO code then simply calls the appropriate save function before 59 alloc GFP_NO{FS,IO} for vmalloc"), GFP_NOFS/GFP_NOIO are now supported in
|
| /linux/arch/x86/kernel/ |
| H A D | process_64.c | 154 FS, enumerator 269 if (which == FS) in save_base_legacy() 289 save_base_legacy(task, task->thread.fsindex, FS); in save_fsgs() 312 if (which == FS) in loadseg() 356 wrmsrq(which == FS ? MSR_FS_BASE : MSR_KERNEL_GS_BASE, in load_seg_legacy() 397 loadseg(FS, next->fsindex); in x86_fsgsbase_load() 406 next->fsindex, next->fsbase, FS); in x86_fsgsbase_load() 913 loadseg(FS, 0); in do_arch_prctl_64()
|
| /linux/drivers/gpu/drm/ci/xfails/ |
| H A D | vkms-none-skips.txt | 20 # FS: 0000000000000000(0000) GS:ffffa2ad2bc00000(0000) knlGS:0000000000000000 54 # FS: 0000000000000000(0000) GS:ffffa2ad2bc00000(0000) knlGS:0000000000000000 71 # FS: 0000000000000000(0000) GS:ffff9779abd00000(0000) knlGS:0000000000000000 105 # FS: 0000000000000000(0000) GS:ffff9779abd00000(0000) knlGS:0000000000000000 122 # FS: 0000000000000000(0000) GS:ffff8b126bd00000(0000) knlGS:0000000000000000 156 # FS: 0000000000000000(0000) GS:ffff8b126bd00000(0000) knlGS:0000000000000000 173 # FS: 0000000000000000(0000) GS:ffffa2c1abc00000(0000) knlGS:0000000000000000 224 # FS: 0000000000000000(0000) GS:ffffa0e86bc00000(0000) knlGS:0000000000000000 258 # FS: 0000000000000000(0000) GS:ffffa0e86bc00000(0000) knlGS:0000000000000000 277 # FS: 00007f0942ad56c0(0000) GS:ffff8e726bd00000(0000) knlGS:0000000000000000 [all …]
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | regs_load.S | 18 #define FS 14 * 8 macro 51 movq $0, FS(%rdi) 88 movl $0, FS(%edi)
|
| /linux/Documentation/filesystems/ |
| H A D | coda.rst | 152 assists in locating the correct FS drivers. Sometimes after extensive 153 pre-processing, the VFS starts invoking exported routines in the FS 154 driver. This is the point where the FS specific processing of the 158 The FS layer for Coda must expose and implement several interfaces. 160 the Coda FS layer, so the Coda FS driver must expose the VFS interface 163 read/write and create and remove objects. The Coda FS layer services 166 come back to the FS driver, servicing of the VFS call continues and 170 As a result of this design a basic interface exposed by the FS driver 177 **Interfaces of the Coda FS Driver** 179 Furthermore the FS layer provides for a special path of communication [all …]
|
| /linux/arch/x86/um/ |
| H A D | ptrace_32.c | 41 [FS] = HOST_FS, 69 case FS: in putreg() 125 case FS: in getreg()
|
| H A D | ptrace_64.c | 49 [FS >> 3] = HOST_FS, 82 case FS: in putreg() 158 case FS: in getreg()
|
| H A D | user-offsets.c | 36 DEFINE(HOST_FS, FS); in foo() 61 DEFINE_LONGS(HOST_FS, FS); in foo()
|
| /linux/arch/x86/tools/ |
| H A D | cpufeaturemasks.awk | 20 FS = "[ \t()*+]+"; 24 FS = "=";
|
| /linux/fs/verity/ |
| H A D | Kconfig | 4 bool "FS Verity (read-only file-based authenticity protection)" 35 bool "FS Verity builtin signature support"
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 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
|
| /linux/tools/testing/selftests/x86/ |
| H A D | fsgsbase.c | 92 enum which_base { FS, GS }; enumerator 105 if (which == FS) { in read_base() 121 if (which == FS) { in read_base()
|
| /linux/Documentation/admin-guide/ |
| H A D | init.rst | 9 1) **Unable to mount root FS**: Set "debug" kernel parameter (in bootloader 13 root FS type (and ``root=`` kernel parameter points to the correct
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | ptrace-abi.h | 16 #define FS 9 macro
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | intel-ixp4xx-reference-design.dtsi | 90 label = "ixp400 NAND FS 0"; 94 label = "ixp400 NAND FS 1";
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | credentials.rst | 124 - 有效用户ID,保存用户ID和FS用户ID 125 - 有效组ID,保存组ID和FS组ID
|
| /linux/kernel/bpf/preload/ |
| H A D | Kconfig | 11 pinned into BPF FS mount point as human readable files that are
|
| /linux/fs/omfs/ |
| H A D | Kconfig | 10 more efficient than a standard FS for MPEG files, in fact likely
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | init.rst | 21 1) **无法挂载根文件系统Unable to mount root FS** :请设置“debug”内核参数(在
|