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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h99 void (*readahead)(); /* pointer to readahead function */ member in struct:nfs_async_read_req
146 #define a_nfs_readahead a_args.a_read_args.readahead
H A Dnfs4_clnt.h247 void (*readahead)(); /* pointer to readahead function */ member in struct:nfs4_async_read_req
289 #define a_nfs4_readahead a_args.a_read_args.readahead
473 {TAG_READAHEAD, "readahead", \
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3146 * Decide whether to do readahead. Don't if
3160 * for the readahead. If so, we don't need
3719 int readahead; local
3721 int ra_window; /* readahead window */
3742 * Queueing up the readahead before doing the synchronous read
3755 * b) Do maximum(nfs_nra) readaheads when the readahead
3758 * upon how far the readahead window is open or close.
3760 * of the readahead window (random i/o).
3764 readahead = 0;
3766 readahead
[all...]
H A Dnfs3_vnops.c3890 * Decide whether to do readahead.
3896 * lookups in the directory. The readahead
3919 * for the readahead. If so, we don't need
4623 int readahead; local
4625 int ra_window; /* readahead window */
4647 * Queueing up the readahead before doing the synchronous read
4660 * b) Do maximum(nfs3_nra) readaheads when the readahead
4663 * upon how far the readahead window is open or close.
4665 * of the readahead window (random i/o).
4669 readahead
[all...]
H A Dnfs_client.c1357 struct seg *seg, cred_t *cr, void (*readahead)(vnode_t *,
1370 * If addr falls in a different segment, don't bother doing readahead.
1376 * If we can't allocate a request structure, punt on the readahead.
1405 args->a_nfs_readahead = readahead;
1413 * If asyncio has been disabled, don't bother readahead.
H A Dnfs4_vnops.c9045 * Decide whether to do readahead. Don't if we
9059 /* Determine if a readdir readahead should be done */
9067 * Now look for a readahead entry.
9069 * Check to see whether we found an entry for the readahead.
9078 * A readdir cache entry could not be obtained for the readahead. In
9079 * this case we skip the readahead and return.
9531 nfs4_bio(struct buf *bp, stable_how4 *stab_comm, cred_t *cr, bool_t readahead) argument
9557 readahead, NULL);
9844 int readahead; local
9846 int ra_window; /* readahead windo
[all...]
H A Dnfs4_client.c1263 struct seg *seg, cred_t *cr, void (*readahead)(vnode_t *,
1276 * If addr falls in a different segment, don't bother doing readahead.
1282 * If we can't allocate a request structure, punt on the readahead.
1311 args->a_nfs4_readahead = readahead;
1319 * If asyncio has been disabled, don't bother readahead.

Completed in 140 milliseconds