Home
last modified time | relevance | path

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

/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vm.c38 const int zfs_vm_pagerret_bad = VM_PAGER_BAD;
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vm.c43 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()
775 return VM_PAGER_BAD; in vnode_pager_input_old()
908 return (VM_PAGER_BAD); in vnode_pager_generic_getpages()
1342 rtvals[0] = VM_PAGER_BAD; in vnode_pager_generic_putpages()
1343 return (VM_PAGER_BAD); in vnode_pager_generic_putpages()
1390 rtvals[i] = VM_PAGER_BAD; in vnode_pager_generic_putpages()
1567 rtvals[i] = VM_PAGER_BAD; in vnode_pager_undirty_pages()
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()
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.c534 err = VM_PAGER_BAD; in linux_cdev_pager_populate()
/freebsd/sys/kern/
H A Dvfs_bio.c5330 return (VM_PAGER_BAD); in vfs_bio_getpages()