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.c664 return VM_PAGER_BAD; in vnode_pager_input_smlfs()
759 return VM_PAGER_BAD; in vnode_pager_input_old()
892 return (VM_PAGER_BAD); in vnode_pager_generic_getpages()
1378 rtvals[0] = VM_PAGER_BAD; in vnode_pager_generic_putpages()
1379 return (VM_PAGER_BAD); in vnode_pager_generic_putpages()
1426 rtvals[i] = VM_PAGER_BAD; in vnode_pager_generic_putpages()
1603 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.c518 if (rv == VM_PAGER_BAD) { in vm_fault_populate()
1390 if (rv == VM_PAGER_ERROR || rv == VM_PAGER_BAD) { in vm_fault_getpages()
H A Dvm_pageout.c520 case VM_PAGER_BAD: in vm_pageout_flush()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c530 err = VM_PAGER_BAD; in linux_cdev_pager_populate()
/freebsd/sys/kern/
H A Dvfs_bio.c5306 return (VM_PAGER_BAD); in vfs_bio_getpages()