Home
last modified time | relevance | path

Searched refs:VM_PAGER_BAD (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vm.c42 const int zfs_vm_pagerret_bad = VM_PAGER_BAD;
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vm.c38 const int zfs_vm_pagerret_bad = VM_PAGER_BAD;
/freebsd/sys/vm/
H A Dvnode_pager.c681 return VM_PAGER_BAD; in vnode_pager_input_smlfs()
776 return VM_PAGER_BAD; in vnode_pager_input_old()
909 return (VM_PAGER_BAD); in vnode_pager_generic_getpages()
1395 rtvals[0] = VM_PAGER_BAD; in vnode_pager_generic_putpages()
1396 return (VM_PAGER_BAD); in vnode_pager_generic_putpages()
1443 rtvals[i] = VM_PAGER_BAD; in vnode_pager_generic_putpages()
1620 rtvals[i] = VM_PAGER_BAD; in vnode_pager_update_writecount()
H A Dvm_pager.h114 #define VM_PAGER_BAD 1 macro
H A Dvm_fault.c532 if (rv == VM_PAGER_BAD) { in vm_fault_populate()
534 * VM_PAGER_BAD is the backdoor for a pager to request in vm_fault_populate()
1263 * returned VM_PAGER_BAD. in vm_fault_allocate()
1405 if (rv == VM_PAGER_ERROR || rv == VM_PAGER_BAD) { in vm_fault_getpages()
H A Dvm_pageout.c495 case VM_PAGER_BAD: in vm_pageout_flush()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c533 err = VM_PAGER_BAD; in linux_cdev_pager_populate()
/freebsd/sys/kern/
H A Dvfs_bio.c5321 return (VM_PAGER_BAD); in vfs_bio_getpages()