Searched refs:at (Results 1 – 25 of 32) sorted by relevance
12
/fs/squashfs/ |
D | Kconfig | 71 Only one block (data or metadata) can be decompressed at any 131 aimed at embedded systems with slower CPUs where the overheads 146 aimed at embedded systems with slower CPUs where the overheads 161 the default zlib compression, at the expense of greater CPU and 220 has to re-read fragments less often from disk, at the expense 222 SquashFS uses less memory at the expense of extra reads from disk. 224 Note there must be at least one cached fragment. Anything
|
/fs/sysfs/ |
D | file.c | 602 int sysfs_emit_at(char *buf, int at, const char *fmt, ...) in sysfs_emit_at() argument 607 if (WARN(!buf || offset_in_page(buf) || at < 0 || at >= PAGE_SIZE, in sysfs_emit_at() 608 "invalid sysfs_emit_at: buf:%p at:%d\n", buf, at)) in sysfs_emit_at() 612 len = vscnprintf(buf + at, PAGE_SIZE - at, fmt, args); in sysfs_emit_at()
|
/fs/jffs2/ |
D | Kconfig | 13 available at <http://sources.redhat.com/jffs2/>. 23 enable a few assertions and will print debugging messages at the 26 areas which at one point needed debugging, but when the bugs were 30 messages at debug level 1 while the misbehaviour was occurring. 183 decompression) at the expense of size.
|
D | README.Locking | 17 the garbage collector will obtain this right at the beginning of 18 jffs2_garbage_collect_pass() and release it at the end, thereby 26 until this happens we ensure that any data in the write-buffer at the 133 collection code is looking at them. 164 xdatum at first. But it retries this process with holding write-semaphore
|
D | LICENCE | 8 Software Foundation; either version 2 or (at your option) any later
|
/fs/ext4/ |
D | namei.c | 259 struct dx_entry *at; member 779 struct dx_entry *at, *entries, *p, *q, *m; in dx_probe() local 881 at = entries; in dx_probe() 885 if (dx_get_hash(++at) > hash) in dx_probe() 887 at--; in dx_probe() 891 assert (at == p - 1); in dx_probe() 894 at = p - 1; in dx_probe() 896 at == entries ? 0 : dx_get_hash(at), in dx_probe() 897 dx_get_block(at))); in dx_probe() 899 frame->at = at; in dx_probe() [all …]
|
/fs/befs/ |
D | Kconfig | 11 available at this time). It is a 64 bit filesystem, so it supports 14 If you use this filesystem, you should also say Y to at least one
|
D | ChangeLog | 114 More flexible. Will soon be controllable at mount time 290 Supports an offset to start at and a max bytes to read 392 (currently at fs/befs/Kconfig)
|
/fs/verity/ |
D | Kconfig | 11 mechanism implemented at the file level. On supported 21 be hashed at once, such as: (a) auditing (logging the file's
|
/fs/erofs/ |
D | Kconfig | 37 <http://acl.bestbits.at/> for details). 51 Linux website <http://acl.bestbits.at/>.
|
/fs/cramfs/ |
D | README | 99 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs 107 located at <http://sourceforge.net/projects/cramfs/>. 117 compressed at a time. It's intended to be somewhere around 144 endianness; kernel adapts at runtime'. Little-endian wins because of
|
/fs/qnx4/ |
D | Kconfig | 8 Further information is available at <http://www.qnx.com/>.
|
/fs/pstore/ |
D | Kconfig | 73 This change be changed at boot with "pstore.compress=..." on 151 buffer in RAM where it can be read back at some later point.
|
/fs/efs/ |
D | Kconfig | 12 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
|
/fs/proc/ |
D | Kconfig | 13 information about what the different IRQs are used for at the moment 77 option will enlarge the kernel by at least 8 KB.
|
/fs/qnx6/ |
D | Kconfig | 8 Further information is available at <http://www.qnx.com/>.
|
/fs/ |
D | Kconfig.binfmt | 78 seen at boot time. If unsure, say Y. 187 those programs simply by typing in its name at a shell prompt; Linux 201 don't know what to answer at this point, say Y.
|
/fs/ceph/ |
D | Kconfig | 16 More information at http://ceph.newdream.net/.
|
/fs/cachefiles/ |
D | Kconfig | 34 execution as there are a number of points at which data is gathered,
|
/fs/reiserfs/ |
D | README | 46 described at https://reiser4.wiki.kernel.org/index.php/Main_Page 122 Igor Krasheninnikov was wonderful at hardware procurement, repair, and 139 resizer, and is hard at work on implementing allocate on flush. SGI
|
D | Kconfig | 50 various ReiserFS statistics and internal data at the expense of
|
/fs/xfs/ |
D | Kconfig | 16 Refer to the documentation at <http://oss.sgi.com/projects/xfs/> 143 This behavior can be modified at runtime via sysfs.
|
/fs/fscache/ |
D | Kconfig | 40 execution as there are a number of points at which data is gathered,
|
/fs/ocfs2/ |
D | Kconfig | 16 You'll want to install the ocfs2-tools package in order to at least
|
/fs/affs/ |
D | Changes | 104 word at 0xd0 that Windows likes to write to. 215 (Thanks to Michael Krause for pointing at this.)
|
12