Searched refs:readahead (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dreadahead.c3 * readahead implementation for busybox
6 * Does this by calling the readahead(2) system call.
27 r = readahead(fd, 0, fdlength(fd));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_readahead.c38 sendfile wrapper that does readahead/posix_fadvise.
53 int err = readahead(fromfd, offset, (size_t)rhd->len);
54 DEBUG(10,("readahead_sendfile: readahead on fd %u, offset %llu, len %u returned %d\n",
68 DEBUG(0,("readahead_sendfile: no readahead on this platform\n"));
83 pread wrapper that does readahead/posix_fadvise.
97 int err = readahead(fd, offset, (size_t)rhd->len);
98 DEBUG(10,("readahead_pread: readahead on fd %u, offset %llu, len %u returned %d\n",
112 DEBUG(0,("readahead_pread: no readahead on this platform\n"));
147 "readahead",
154 "readahead",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A DMakefile12 readahead.o swap.o truncate.o vmscan.o shmem.o \
H A Dfilemap.c444 * Splice_read and readahead add shmem/tmpfs pages into the page cache
940 * read(R) => miss => readahead(R...B) => media error => frustrating retries
942 * readahead(R+1...B+1) => bang => read(R+2) => read(R+3) =>
943 * readahead(R+3...B+2) => bang => read(R+3) => read(R+4) =>
944 * readahead(R+4...B+3) => bang => read(R+4) => read(R+5) => ......
946 * It is going insane. Fix it by quickly scaling down the readahead size.
1373 SYSCALL_DEFINE(readahead)(int fd, loff_t offset, size_t count) function
1436 * Synchronous readahead happens when we don't even find
1481 * Asynchronous readahead happens when we find the page and PG_readahead,
1482 * so we want to possibly extend the readahead furthe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dmdt.c191 int readahead, struct buffer_head **out_bh)
205 if (readahead) {
213 /* abort readahead if bmap lookup failed */
190 nilfs_mdt_read_block(struct inode *inode, unsigned long block, int readahead, struct buffer_head **out_bh) argument
H A Dbtree.c508 int readahead)
530 if (level == NILFS_BTREE_LEVEL_NODE_MIN && readahead) {
505 nilfs_btree_do_lookup(const struct nilfs_bmap *btree, struct nilfs_btree_path *path, __u64 key, __u64 *ptrp, int minlevel, int readahead) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsyscall_table.S308 ENTRY_OURS(readahead)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystbl.h197 COMPAT_SYS_SPU(readahead)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dapplets.h263 USE_READAHEAD(APPLET(readahead, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure[all...]

Completed in 176 milliseconds