Home
last modified time | relevance | path

Searched refs:readahead (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies53 'readahead',
160 'readahead',
263 'readahead',
504 'readahead',
1216 'readahead',
1313 'readahead',
1565 'readahead',
1961 'readahead',
2330 'readahead',
8078 'readahead',
[all …]
H A Dimplicit_dependencies.pretty929 'readahead',
1025 'readahead',
1152 'readahead',
1275 'readahead',
1366 'readahead',
1597 'readahead',
3478 'readahead',
4016 'readahead',
6281 'readahead',
8989 'readahead',
[all …]
H A Dimplicit_dependencies_verbose2032 {'call': 'readahead',
2208 {'call': 'readahead',
2472 {'call': 'readahead',
2680 {'call': 'readahead',
2846 {'call': 'readahead',
3398 {'call': 'readahead',
7644 {'call': 'readahead',
8969 {'call': 'readahead',
15578 {'call': 'readahead',
22055 {'call': 'readahead',
[all …]
H A Dimplicit_dependencies_verbose.pretty763 {'call': 'readahead',
1403 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
1506 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
1701 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
1836 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
2187 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
4651 {'call': 'readahead',
5336 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
9181 {'call': 'readahead',
11659 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/
H A Dimplicit_dependencies.pretty662 'readahead',
732 'readahead',
802 'readahead',
885 'readahead',
978 'readahead',
1213 'readahead',
2105 'readahead',
2268 'readahead',
2338 'readahead',
4111 'readahead',
[all …]
H A Dimplicit_dependencies_verbose.pretty942 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
1012 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
1082 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
1154 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
1252 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
1512 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
2465 {'call': 'readahead',
2888 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
3189 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
6786 {'call': 'readahead', 'reason': set([('fd', 'flags')])},
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h99 void (*readahead)(); /* pointer to readahead function */ member
146 #define a_nfs_readahead a_args.a_read_args.readahead
H A Dnfs4_clnt.h247 void (*readahead)(); /* pointer to readahead function */ member
289 #define a_nfs4_readahead a_args.a_read_args.readahead
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3719 int readahead; in nfs_getapage() local
3764 readahead = 0; in nfs_getapage()
3766 readahead = nfs_nra; in nfs_getapage()
3770 readahead = nfs_nra - ra_window; in nfs_getapage()
3772 readahead = 0; in nfs_getapage()
3775 while (readahead > 0 && rablkoff + bsize < rp->r_size) { in nfs_getapage()
3783 readahead--; in nfs_getapage()
H A Dnfs3_vnops.c4624 int readahead; in nfs3_getapage() local
4670 readahead = 0; in nfs3_getapage()
4672 readahead = nfs3_nra; in nfs3_getapage()
4676 readahead = nfs3_nra - ra_window; in nfs3_getapage()
4678 readahead = 0; in nfs3_getapage()
4681 while (readahead > 0 && rablkoff + bsize < rp->r_size) { in nfs3_getapage()
4689 readahead--; in nfs3_getapage()
H A Dnfs_client.c1365 struct seg *seg, cred_t *cr, void (*readahead)(vnode_t *, in nfs_async_readahead()
1413 args->a_nfs_readahead = readahead; in nfs_async_readahead()
H A Dnfs4_vnops.c9525 nfs4_bio(struct buf *bp, stable_how4 *stab_comm, cred_t *cr, bool_t readahead) in nfs4_bio() argument
9551 readahead, NULL); in nfs4_bio()
9838 int readahead; in nfs4_getapage() local
9886 readahead = 0; in nfs4_getapage()
9888 readahead = nfs4_nra; in nfs4_getapage()
9892 readahead = nfs4_nra - ra_window; in nfs4_getapage()
9894 readahead = 0; in nfs4_getapage()
9897 while (readahead > 0 && rablkoff + bsize < rp->r_size) { in nfs4_getapage()
9905 readahead--; in nfs4_getapage()
H A Dnfs4_client.c1246 struct seg *seg, cred_t *cr, void (*readahead)(vnode_t *, in nfs4_async_readahead()
1294 args->a_nfs4_readahead = readahead; in nfs4_async_readahead()