Home
last modified time | relevance | path

Searched refs:FS (Results 1 – 25 of 56) sorted by relevance

123

/linux-3.4.99/Documentation/filesystems/
Dsysv-fs.txt2 - 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 …]
Dbtrfs.txt33 * Efficient incremental backup and FS mirroring (not yet implemented)
87 btrfsck: do a limited check of the FS extent trees.
89 btrfs-debug-tree: print all of the FS metadata in text form. Example:
Dcoda.txt208 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 …]
Domfs.txt12 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 */
/linux-3.4.99/Documentation/filesystems/caching/
Dbackend-api.txt2 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 …]
Dfscache.txt12 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 …]
Dnetfs-api.txt2 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
39 (16) FS-Cache specific page flags.
46 FS-Cache needs a description of the network filesystem. This is specified
93 their index hierarchies in quite the same way, FS-Cache tries to impose as few
164 This defines an index, which is a special FS-Cache type.
266 This is called by FS-Cache to indicate that a backing store is being
303 FS-Cache permits the use of more than one cache. To permit particular index
306 FS-Cache as to which cache should be used. The problem with doing that is that
[all …]
Dobject.txt25 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
Doperations.txt24 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
/linux-3.4.99/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c73 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v)) macro
173 FS(fecp, r_cntrl, FEC_RCNTRL_PROM); in set_promiscuous_mode()
305 FS(fecp, dma_control, 0xC0000000); in restart()
328 FS(fecp, r_cntrl, fpi->use_rmii ? in restart()
336 FS(fecp, x_cntrl, FEC_TCNTRL_FDEN); /* FD enable */ in restart()
338 FS(fecp, r_cntrl, FEC_RCNTRL_DRT); in restart()
385 FS(fecp, r_cntrl, fpi->use_rmii ? in stop()
388 FS(fecp, ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_ETHER_EN); in stop()
407 FS(fecp, imask, FEC_NAPI_RX_EVENT_MSK); in napi_enable_rx()
/linux-3.4.99/arch/x86/um/
Dptrace_64.c46 [FS >> 3] = HOST_FS,
83 case FS: in putreg()
162 case FS: in getreg()
Duser-offsets.c50 DEFINE(HOST_FS, FS); in foo()
76 DEFINE_LONGS(HOST_FS, FS); in foo()
Dptrace_32.c63 [FS] = HOST_FS,
86 case FS: in putreg()
147 case FS: in getreg()
/linux-3.4.99/Documentation/hwmon/
Dads101565 In this case only in2_input (FS +/- 4.096 V, 128 SPS) and in4_input
66 (FS +/- 0.512 V, 2400 SPS) would be created.
/linux-3.4.99/Documentation/vm/
Dcleancache.txt222 - The FS should be block-device-based (e.g. a ram-based FS such
224 - To ensure coherency/correctness, the FS must ensure that all
229 FS must provide an "encode_fh" function.
230 - The FS must call the VFS superblock alloc and deactivate routines
232 - To maximize performance, all pages fetched from the FS should
233 go through the do_mpag_readpage routine or the FS should add
235 - Currently, the FS blocksize must be the same as PAGESIZE. This
238 - A clustered FS should invoke the "shared_init_fs" cleancache
/linux-3.4.99/arch/x86/include/asm/
Dptrace-abi.h15 #define FS 9 macro
/linux-3.4.99/arch/arm/mm/
Dabort-ev7.S45 bic r1, r1, #0xf @ Fix up FSR FS[5:0]
/linux-3.4.99/fs/fuse/
DKconfig14 If you want to develop a userspace FS, or if you want to use
/linux-3.4.99/fs/omfs/
DKconfig8 more efficient than a standard FS for MPEG files, in fact likely
/linux-3.4.99/Documentation/
Dinit.txt8 A) Unable to mount root FS
17 A) make sure you have the correct root FS type
Dinitrd.txt137 (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
/linux-3.4.99/arch/x86/um/os-Linux/
Dmcontext.c13 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_regs_from_mc()
/linux-3.4.99/fs/9p/
DKconfig19 caching support for 9p clients using FS-Cache
/linux-3.4.99/arch/cris/arch-v32/drivers/
DKconfig10 This option enables the ETRAX FS built-in 10/100Mbit Ethernet
88 Enables the ETRAX FS serial driver for ser0 (ttyS0)
108 Enables the ETRAX FS serial driver for ser0 (ttyS0)
158 Enables the ETRAX FS serial driver for ser1 (ttyS1).
205 Enables the ETRAX FS serial driver for ser2 (ttyS2).
253 Enables the ETRAX FS serial driver for ser3 (ttyS3).
300 Enables the ETRAX FS serial driver for ser4 (ttyS4).
372 Enables the ETRAX FS synchronous serial driver.
687 SPI master controller on Axis ETRAX FS and later. The
696 on Axis ETRAX FS and later. The driver can be configured to
/linux-3.4.99/fs/fscache/
DKconfig47 bool "Debug FS-Cache"

123