/openbmc/linux/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 | 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 …]
|
/openbmc/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 | 106 #define FS(lower_name, fs_name, upper_name) \ macro 146 FS(sysfs, sysfs, SYSFS); 147 FS(procfs, procfs, PROC_SUPER); 148 FS(debugfs, debugfs, DEBUGFS); 149 FS(tracefs, tracefs, TRACEFS); 150 FS(hugetlbfs, hugetlbfs, HUGETLBFS); 151 FS(bpf_fs, bpf, BPF_FS);
|
/openbmc/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 …]
|
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ |
H A D | cmd_ddrmphy.c | 23 #define FS " " macro 67 printf(FS PRINTF_FORMAT, (val >> i * 8) & 0x1f); in UNIPHIER_DEFINE_SOCDATA_FUNC() 109 printf(FS PRINTF_FORMAT, val & 0x7f); in zq_dump() 115 printf(FS PRINTF_FORMAT, val & 0xf); in zq_dump() 133 printf(FS "(+" PRINTF_FORMAT ")", in __wbdl_dump() 151 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump() 154 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump() 176 printf(FS PRINTF_FORMAT "%sT", wld, in __wld_dump() 199 printf(FS PRINTF_FORMAT "+%dT", dqsgd, dgsl); in __dqsgd_dump() 217 printf(FS PRINTF_FORMAT, (mdl >> (8 * i)) & 0xff); in __mdl_dump()
|
H A D | cmd_ddrphy.c | 24 #define FS " " macro 82 printf(FS PRINTF_FORMAT, (val >> i * 6) & 0x3f); in UNIPHIER_DEFINE_SOCDATA_FUNC() 111 printf(FS "(+" PRINTF_FORMAT ")", in __wbdl_dump() 128 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump() 150 printf(FS PRINTF_FORMAT "%sT", wld, in __wld_dump() 173 printf(FS PRINTF_FORMAT "+%dT", dqsgd, dgsl); in __dqsgd_dump() 191 printf(FS PRINTF_FORMAT, (mdl >> (8 * i)) & 0xff); in __mdl_dump()
|
/openbmc/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代码在任何与回收有关的关键部分开始之前简单地调用适当的保存函数
|
/openbmc/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 …]
|
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mac-fec.c | 67 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v)) macro 165 FS(fecp, r_cntrl, FEC_RCNTRL_PROM); in set_promiscuous_mode() 286 FS(fecp, dma_control, 0xC0000000); in restart() 309 FS(fecp, r_cntrl, fpi->use_rmii ? in restart() 317 FS(fecp, x_cntrl, FEC_TCNTRL_FDEN); /* FD enable */ in restart() 319 FS(fecp, r_cntrl, FEC_RCNTRL_DRT); in restart() 377 FS(fecp, imask, FEC_NAPI_EVENT_MSK); in napi_enable_fs()
|
/openbmc/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)
|
/openbmc/linux/arch/x86/kernel/ |
H A D | process_64.c | 151 FS, enumerator 243 if (which == FS) in save_base_legacy() 263 save_base_legacy(task, task->thread.fsindex, FS); in save_fsgs() 288 if (which == FS) in loadseg() 332 wrmsrl(which == FS ? MSR_FS_BASE : MSR_KERNEL_GS_BASE, in load_seg_legacy() 373 loadseg(FS, next->fsindex); in x86_fsgsbase_load() 382 next->fsindex, next->fsbase, FS); in x86_fsgsbase_load() 865 loadseg(FS, 0); in do_arch_prctl_64()
|
/openbmc/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
|
/openbmc/linux/arch/x86/um/ |
H A D | ptrace_64.c | 48 [FS >> 3] = HOST_FS, 81 case FS: in putreg() 157 case FS: in getreg()
|
H A D | user-offsets.c | 36 DEFINE(HOST_FS, FS); in foo() 66 DEFINE_LONGS(HOST_FS, FS); in foo()
|
H A D | ptrace_32.c | 66 [FS] = HOST_FS, 94 case FS: in putreg() 150 case FS: in getreg()
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | regs.h | 117 #undef FS 121 u16 CS, DS, SS, ES, FS, GS; member 175 #define R_FS seg.FS
|
/openbmc/linux/fs/verity/ |
H A D | Kconfig | 4 bool "FS Verity (read-only file-based authenticity protection)" 38 bool "FS Verity builtin signature support"
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl,esai.txt | 31 derive HCK, SCK and FS. 33 derive HCK, SCK and FS.
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 16 #define FS 9 macro
|
/openbmc/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
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | fsgsbase.c | 117 enum which_base { FS, GS }; enumerator 130 if (which == FS) { in read_base() 146 if (which == FS) { in read_base()
|
/openbmc/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
|
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-kernel/linux/linux-aspeed/ |
H A D | vegman.cfg | 26 # FS
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | ptrace.h | 15 #define FS 9 macro
|