/linux-4.4.14/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 | coda.txt | 208 assists in locating the correct FS drivers. Sometimes after extensive 209 pre-processing, the VFS starts invoking exported routines in the FS 210 driver. This is the point where the FS specific processing of the 214 The FS layer for Coda must expose and implement several interfaces. 216 the Coda FS layer, so the Coda FS driver must expose the VFS interface 219 read/write and create and remove objects. The Coda FS layer services 222 come back to the FS driver, servicing of the VFS call continues and 226 As a result of this design a basic interface exposed by the FS driver 238 Interfaces of the Coda FS Driver 240 Furthermore the FS layer provides for a special path of communication [all …]
|
D | omfs.txt | 12 Note, it is not recommended that this FS be used in place of a general 52 __be64 h_self; /* FS block where this is located */
|
D | ubifs.txt | 50 which requires full media scan. UBIFS maintains the FS indexing 67 maintains the FS index on the flash media. However, UBIFS depends on
|
D | 9p.txt | 76 fscache = use FS-Cache for a persistent, read-only
|
D | ceph.txt | 15 * Easy deployment: most FS components are userspace daemons
|
D | btrfs.txt | 33 * Efficient incremental backup and FS mirroring (not yet implemented)
|
D | Locking | 509 FS recursion Held locks when called 516 FS recursion means calling ->quota_read() and ->quota_write() from superblock
|
D | f2fs.txt | 82 - Align FS data structures to the operational units in FTL as best efforts
|
/linux-4.4.14/tools/lib/api/fs/ |
D | fs.h | 14 #define FS(name) \ macro 19 FS(sysfs) 20 FS(procfs) 21 FS(debugfs) 22 FS(tracefs) 24 #undef FS
|
D | fs.c | 247 #define FS(name, idx) \ macro 263 FS(sysfs, FS__SYSFS); 264 FS(procfs, FS__PROCFS); 265 FS(debugfs, FS__DEBUGFS); 266 FS(tracefs, FS__TRACEFS);
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 2 FS-CACHE CACHE BACKEND API 5 The FS-Cache system provides an API by which actual caches can be supplied to 6 FS-Cache for it to then serve out to network filesystems and other interested 38 The cache should then be registered with FS-Cache by passing a pointer to the 47 (*) "fsdef" which should point to the object representation for the FS-Cache 49 here. FS-Cache keeps the caller's reference to the index object if 82 (2) that of one of the processes in the FS-Cache thread pool. 89 This is left to the cache to handle; FS-Cache makes no effort in this regard. 96 The cache may present data to the outside world through FS-Cache's interfaces 108 (*) Index/Data file FS-Cache representation cookie: [all …]
|
D | fscache.txt | 12 FS-Cache mediates between cache backends (such as CacheFS) and network 23 | AFS |----->| FS-Cache | 33 Or to look at it another way, FS-Cache is a module that provides a caching 49 | NFS |----->| FS-Cache | 70 FS-Cache does not follow the idea of completely loading every netfs file 90 FS-Cache provides the following facilities: 119 (8) Cookies can be "retired" upon release. At this point FS-Cache will mark 130 FS-Cache maintains a virtual indexing tree in which all indices, files, objects 175 The very top index is the FS-Cache master index in which individual netfs's 183 The netfs API to FS-Cache can be found in: [all …]
|
D | object.txt | 25 FS-Cache maintains an in-kernel representation of each object that a netfs is 29 FS-Cache also maintains a separate in-kernel representation of the objects that 96 Within FS-Cache, each active object is managed by its own individual state 175 FS-Cache expects the cache backend to probe the cache to see whether this 183 At the completion of lookup, FS-Cache will let the netfs go ahead with 195 FS-Cache expects the cache to create 200 At the completion of creation, FS-Cache will start processing write
|
D | netfs-api.txt | 2 FS-CACHE NETWORK FILESYSTEM API 5 There's an API by which a network filesystem can make use of the FS-Cache 10 FS-Cache to make finding objects faster and to make retiring of groups of 41 (18) FS-Cache specific page flags. 48 FS-Cache needs a description of the network filesystem. This is specified 95 their index hierarchies in quite the same way, FS-Cache tries to impose as few 166 This defines an index, which is a special FS-Cache type. 268 This is called by FS-Cache to indicate that a backing store is being 305 FS-Cache permits the use of more than one cache. To permit particular index 308 FS-Cache as to which cache should be used. The problem with doing that is that [all …]
|
D | operations.txt | 24 FS-Cache has an asynchronous operations handling facility that it uses for its 30 and FS-Cache will create operations and pass them off to the appropriate cache 113 This is, for example, used by FS-Cache to handle background writes of
|
D | cachefiles.txt | 108 Specify a tag to FS-Cache to use in distinguishing multiple caches. 452 If FS-Cache is compiled with the following option enabled:
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-fec.c | 73 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v)) macro 175 FS(fecp, r_cntrl, FEC_RCNTRL_PROM); in set_promiscuous_mode() 307 FS(fecp, dma_control, 0xC0000000); in restart() 330 FS(fecp, r_cntrl, fpi->use_rmii ? in restart() 338 FS(fecp, x_cntrl, FEC_TCNTRL_FDEN); /* FD enable */ in restart() 340 FS(fecp, r_cntrl, FEC_RCNTRL_DRT); in restart() 390 FS(fecp, r_cntrl, fpi->use_rmii ? in stop() 393 FS(fecp, ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_ETHER_EN); in stop() 412 FS(fecp, imask, FEC_NAPI_RX_EVENT_MSK); in napi_enable_rx() 436 FS(fecp, imask, FEC_NAPI_TX_EVENT_MSK); in napi_enable_tx()
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | regs_load.S | 17 #define FS 14 * 8 macro 50 movq $0, FS(%rdi) 87 movl $0, FS(%edi)
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | Kconfig | 8 This option enables the ETRAX FS built-in 10/100Mbit Ethernet 27 Enables the ETRAX FS serial driver for ser0 (ttyS0) 47 Enables the ETRAX FS serial driver for ser0 (ttyS0) 56 Enables the ETRAX FS serial driver for ser1 (ttyS1). 62 Enables the ETRAX FS serial driver for ser2 (ttyS2). 68 Enables the ETRAX FS serial driver for ser3 (ttyS3). 74 Enables the ETRAX FS synchronous serial driver. 211 SPI master controller on Axis ETRAX FS and later. The 220 on Axis ETRAX FS and later. The driver can be configured to
|
/linux-4.4.14/arch/x86/um/ |
D | ptrace_64.c | 47 [FS >> 3] = HOST_FS, 84 case FS: in putreg() 163 case FS: in getreg()
|
D | user-offsets.c | 50 DEFINE(HOST_FS, FS); in foo() 76 DEFINE_LONGS(HOST_FS, FS); in foo()
|
D | ptrace_32.c | 64 [FS] = HOST_FS, 87 case FS: in putreg() 148 case FS: in getreg()
|
D | signal.c | 170 GETREG(FS, fs); in copy_sc_from_user() 259 PUTREG(FS, fs); in copy_sc_to_user()
|
/linux-4.4.14/Documentation/cris/ |
D | README | 5 ETRAX FS and ARTPEC-3 embedded network CPUs. 57 The ETRAX FS and ARTPEC-3 chips 60 The ETRAX FS is a 200MHz 32-bit RISC processor with on-chip 16kB 64 The ARTPEC-3 is a variant of the ETRAX FS with additional IO-units 71 ETRAX FS and ARTPEC-3 are both CRISv32 architectures.
|
/linux-4.4.14/Documentation/devicetree/bindings/cris/ |
D | axis.txt | 5 CRISv32 based SoCs are ETRAX FS and ARTPEC-3:
|
D | boards.txt | 5 - "axis,dev88" - for Axis devboard 88 with ETRAX FS
|
/linux-4.4.14/Documentation/hwmon/ |
D | ads1015 | 69 In this case only in2_input (FS +/- 4.096 V, 128 SPS) and in4_input 70 (FS +/- 0.512 V, 2400 SPS) would be created.
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | fsl,esai.txt | 27 derive HCK, SCK and FS. 29 derive HCK, SCK and FS.
|
/linux-4.4.14/Documentation/vm/ |
D | cleancache.txt | 220 - The FS should be block-device-based (e.g. a ram-based FS such 222 - To ensure coherency/correctness, the FS must ensure that all 227 FS must provide an "encode_fh" function. 228 - The FS must call the VFS superblock alloc and deactivate routines 230 - To maximize performance, all pages fetched from the FS should 231 go through the do_mpag_readpage routine or the FS should add 233 - Currently, the FS blocksize must be the same as PAGESIZE. This 236 - A clustered FS should invoke the "shared_init_fs" cleancache
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 15 #define FS 9 macro
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | axis,etraxfs-uart.txt | 1 ETRAX FS UART
|
/linux-4.4.14/arch/arm/mm/ |
D | abort-ev7.S | 40 bic r1, r1, #0xf @ Fix up FSR FS[5:0]
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-etraxfs.txt | 1 Axis ETRAX FS General I/O controller bindings
|
/linux-4.4.14/fs/omfs/ |
D | Kconfig | 8 more efficient than a standard FS for MPEG files, in fact likely
|
/linux-4.4.14/Documentation/ |
D | init.txt | 8 A) Unable to mount root FS 17 A) make sure you have the correct root FS type
|
D | initrd.txt | 137 (if space is critical, you may want to use the Minix FS instead of Ext2) 264 (e.g. support for RAM disks, initrd, a.out, and the Ext2 FS) and 266 2) /sbin/init determines what is needed to (1) mount the "real" root FS 297 like the location of the root FS partition doesn't have to be provided at 327 linuxrc by writing the number of the new root FS device to the special
|
D | kmemcheck.txt | 249 FS: 0000000000000000(0000) GS:ffff880001982000(0063) knlGS:00000
|
/linux-4.4.14/arch/x86/um/shared/sysdep/ |
D | ptrace_64.h | 40 #define FS (HOST_FS * sizeof(long)) macro
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
D | mcontext.c | 13 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_regs_from_mc()
|
/linux-4.4.14/fs/fuse/ |
D | Kconfig | 16 If you want to develop a userspace FS, or if you want to use
|
/linux-4.4.14/fs/ceph/ |
D | Kconfig | 25 caching support for Ceph clients using FS-Cache
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos5440-ssdk5440.dts | 66 label = "CRAM-FS";
|
/linux-4.4.14/fs/9p/ |
D | Kconfig | 18 caching support for 9p clients using FS-Cache
|
/linux-4.4.14/fs/fscache/ |
D | Kconfig | 47 bool "Debug FS-Cache"
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 44 Controls the FS utilization condition for the in-place-update
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar_ptp.c | 75 #define FS (1<<28) /* FIPER start indication */ macro 512 gfar_write(&etsects->regs->tmr_ctrl, tmr_ctrl|FS|RTPE|TE|FRD); in gianfar_ptp_probe()
|
/linux-4.4.14/sound/core/ |
D | Kconfig | 197 bool "Sound Proc FS Support" if EXPERT 201 Say 'N' to disable Sound proc FS, which may reduce code size about
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 10 Main features of this FS include:
|
/linux-4.4.14/Documentation/sound/oss/ |
D | mwave | 120 root=/dev/hda3 # device which gets mounted as root FS
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | p1020rdb-pd.dts | 183 /* 11MB for FS System Image */
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | head.S | 84 ;; ETRAX FS:
|
/linux-4.4.14/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 3 menu "ETRAX FS options"
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 208 Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data
|
/linux-4.4.14/Documentation/fmc/ |
D | identifiers.txt | 91 Using SDB-FS in the EEPROM
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 142 64: SEG=FS (Prefix) 505 a0: PUSH FS (d64) 506 a1: POP FS (d64)
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 142 64: SEG=FS (Prefix) 505 a0: PUSH FS (d64) 506 a1: POP FS (d64)
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 158 Effective, Saved and FS User ID 159 Effective, Saved and FS Group ID
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 22 - Provide OpenFirmware path through the proc FS on PPC. 123 through the /proc FS (rather cosmetic changes that consist in
|
D | ChangeLog.sym53c8xx | 84 - Provide OpenFirmware path through the proc FS on PPC. 208 through the /proc FS (rather cosmetic changes that consist in
|
D | aic7xxx.txt | 145 - Update for change in 2.5.X SCSI proc FS interface.
|
D | aic79xx.txt | 79 - Update for change in 2.5.X SCSI proc FS interface.
|
D | tmscsim.txt | 94 * make your kernel remount the FS read-only on detecting an error:
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 98 can specify this device for the root FS by writing "root=/dev/fd16" on 107 kernel cannot see this symlink before mounting the root FS and it 113 use the sixth SCSI disk for the root FS, but you have to specify the
|
/linux-4.4.14/arch/cris/ |
D | Kconfig | 151 bool "ETRAX-FS-V32"
|
/linux-4.4.14/drivers/gpio/ |
D | Kconfig | 178 bool "Axis ETRAX FS General I/O" 184 Say yes here to support the GPIO controller on Axis ETRAX FS SoCs.
|
/linux-4.4.14/drivers/tty/serial/ |
D | Kconfig | 1068 bool "ETRAX FS serial port support" 1074 bool "ETRAX FS serial console support"
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 304 fsc Enable local disk caching using FS-Cache (off by default). This
|
D | CHANGES | 415 Add new POSIX Query FS Info for returning statfs info more accurately.
|
/linux-4.4.14/ |
D | CREDITS | 1092 D: Wrote Xenix FS (part of standard kernel since 0.99.15) 1398 D: SysV FS, shm swapping, memory management fixes
|
D | MAINTAINERS | 2550 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS 4564 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2981 e2fsck 1.14, 9-Jan-1999 for EXT2 FS 0.5b, 95/08/09 3443 e2fsck 1.14, 9-Jan-1999 for EXT2 FS 0.5b, 95/08/09
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 945 VMX_SEGMENT_FIELD(FS),
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 4254 # TYPE == 1: FDB<cc>, FS<cc>, FTRAP<cc>
|