| /src/lib/libc/sys/ |
| H A D | posix_madvise.c | 32 posix_madvise(void *addr, size_t len, int advice) argument
|
| /src/sys/kern/ |
| H A D | sys_socket.c | 288 soo_posix_fadvise(struct file *fp, off_t offset, off_t len, int advice) argument
|
| H A D | sys_descrip.c | 677 do_posix_fadvise(int fd, off_t offset, off_t len, int advice) argument
|
| H A D | sys_pipe.c | 931 pipe_posix_fadvise(struct file *fp, off_t offset, off_t len, int advice) argument
|
| /src/sys/ufs/ext2fs/ |
| H A D | ext2fs_readwrite.c | 107 int advice; local in function:ext2fs_read 275 int advice; local in function:ext2fs_write
|
| /src/sys/uvm/ |
| H A D | uvm_readahead.c | 219 uvm_ra_request(struct uvm_ractx *ra, int advice, struct uvm_object *uobj, argument
|
| H A D | uvm_vnode.c | 170 uvn_get(struct uvm_object * uobj,voff_t offset,struct vm_page ** pps,int * npagesp,int centeridx,vm_prot_t access_type,int advice,int flags) argument
|
| H A D | uvm_map.h | 148 uint8_t advice; /* madvise advice */ member in struct:vm_map_entry
|
| H A D | uvm_mmap.c | 279 int flags, fd, advice; local in function:sys_mmap 661 int advice, error; local in function:sys_madvise 855 uvm_mmap(struct vm_map * map,vaddr_t * addr,vsize_t size,vm_prot_t prot,vm_prot_t maxprot,int flags,int advice,struct uvm_object * uobj,voff_t foff,vsize_t locklimit) argument [all...] |
| H A D | uvm_aobj.c | 805 uao_get(struct uvm_object * uobj,voff_t offset,struct vm_page ** pps,int * npagesp,int centeridx,vm_prot_t access_type,int advice,int flags) argument
|
| H A D | uvm_bio.c | 101 int advice; member in struct:ubc_map 482 ubc_alloc(struct uvm_object *uobj, voff_t offset, vsize_t *lenp, int advice, argument 740 ubc_uiomove(struct uvm_object *uobj, struct uio *uio, vsize_t todo, int advice, argument 845 ubc_alloc_direct(struct uvm_object * uobj,voff_t offset,vsize_t * lenp,int advice,int flags,struct vm_page ** pgs,int * npages) argument 980 ubc_uiomove_direct(struct uvm_object * uobj,struct uio * uio,vsize_t todo,int advice,int flags) argument [all...] |
| H A D | uvm_fault.c | 151 int advice; member in struct:uvm_advice 2128 int advice; local in function:uvm_fault_lower_io [all...] |
| /src/sys/fs/filecorefs/ |
| H A D | filecore_vnops.c | 222 const int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:filecore_read
|
| /src/sys/ufs/lfs/ |
| H A D | ulfs_readwrite.c | 71 int error, ioflag, advice; local in function:READ
|
| /src/sys/ufs/ufs/ |
| H A D | ufs_readwrite.c | 75 int error, ioflag, advice; local in function:READ
|
| /src/sys/fs/adosfs/ |
| H A D | advnops.c | 241 const int advice = IO_ADV_DECODE(sp->a_ioflag); local in function:adosfs_read
|
| /src/sys/fs/efs/ |
| H A D | efs_vnops.c | 251 const int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:efs_read
|
| /src/sys/fs/cd9660/ |
| H A D | cd9660_vnops.c | 249 const int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:cd9660_read
|
| /src/sys/fs/hfs/ |
| H A D | hfs_vnops.c | 808 int advice; local in function:hfs_vop_read
|
| /src/sys/fs/sysvbfs/ |
| H A D | sysvbfs_vnops.c | 433 const int advice = IO_ADV_DECODE(a->a_ioflag); local in function:sysvbfs_read 475 int advice = IO_ADV_DECODE(a->a_ioflag); local in function:sysvbfs_write
|
| /src/sys/fs/tmpfs/ |
| H A D | tmpfs_vnops.c | 1207 const int advice = ap->a_advice; local in function:tmpfs_getpages
|
| /src/sys/nfs/ |
| H A D | nfs_bio.c | 93 int advice; local in function:nfs_bioread
|
| /src/sys/ufs/chfs/ |
| H A D | chfs_vnops.c | 667 const int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:chfs_read
|
| /src/sys/fs/msdosfs/ |
| H A D | msdosfs_vnops.c | 475 const int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:msdosfs_read
|
| /src/sys/fs/nilfs/ |
| H A D | nilfs_vnops.c | 140 int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:nilfs_read 211 int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:nilfs_write
|