Home
last modified time | relevance | path

Searched refs:zfs_access_ok (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dkmap_compat.h38 #define zfs_access_ok(type, addr, size) access_ok(type, addr, size) macro
40 #define zfs_access_ok(type, addr, size) access_ok(addr, size) macro
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_uio.c78 if (!zfs_access_ok(VERIFY_READ, in uiomove_iov()