/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies | 53 'readahead', 160 'readahead', 263 'readahead', 504 'readahead', 574 'readahead', 786 'readahead', 950 'readahead', 1130 'readahead', 1216 'readahead', 1313 'readahead', [all …]
|
H A D | implicit_dependencies.pretty | 293 'readahead', 502 'readahead', 665 'readahead', 844 'readahead', 929 'readahead', 1025 'readahead', 1152 'readahead', 1275 'readahead', 1366 'readahead', 1445 'readahead', [all …]
|
H A D | implicit_dependencies_verbose | 5 {'call': 'readahead', 'reason': set([('fd', 'file')])}, 123 {'call': 'readahead', 'reason': set([('fd', 'file')])}, 202 {'call': 'readahead', 'reason': set([('fd', 'file')])}, 772 {'call': 'readahead', 'reason': set([('fd', 'file')])}, 846 {'call': 'readahead', 1153 {'call': 'readahead', 1541 {'call': 'readahead', 1890 {'call': 'readahead', 2032 {'call': 'readahead', 2208 {'call': 'readahead', [all …]
|
H A D | implicit_dependencies_verbose.pretty | 533 {'call': 'readahead', 'reason': set([('fd', 'flags')])}, 763 {'call': 'readahead', 1056 {'call': 'readahead', 'reason': set([('fd', 'flags')])}, 1331 {'call': 'readahead', 'reason': set([('fd', 'flags')])}, 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')])}, 1931 {'call': 'readahead', 'reason': set([('fd', 'flags')])}, 2029 {'call': 'readahead', 'reason': set([('fd', 'flags')])}, [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 252 'readahead', 325 'readahead', 417 'readahead', 516 'readahead', 592 'readahead', 662 'readahead', 732 'readahead', 802 'readahead', 885 'readahead', 978 'readahead', [all …]
|
H A D | implicit_dependencies_verbose.pretty | 454 {'call': 'readahead', 'reason': set([('fd', 'flags')])}, 550 {'call': 'readahead', 'reason': set([('fd', 'flags')])}, 630 {'call': 'readahead', 'reason': set([('fd', 'flags')])}, 772 {'call': 'readahead', 'reason': set([('fd', 'flags')])}, 871 {'call': 'readahead', 'reason': set([('fd', 'flags')])}, 942 {'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')])}, [all …]
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 99 void (*readahead)(); /* pointer to readahead function */ member 146 #define a_nfs_readahead a_args.a_read_args.readahead
|
H A D | nfs4_clnt.h | 247 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 D | nfs_vnops.c | 3719 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 D | nfs3_vnops.c | 4624 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 D | nfs_client.c | 1365 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 D | nfs4_vnops.c | 9525 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 D | nfs4_client.c | 1246 struct seg *seg, cred_t *cr, void (*readahead)(vnode_t *, in nfs4_async_readahead() 1294 args->a_nfs4_readahead = readahead; in nfs4_async_readahead()
|