Home
last modified time | relevance | path

Searched refs:lseek_execute (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-lseek-execute.m43 dnl # lseek_execute helper exported
6 ZFS_LINUX_TEST_SRC([lseek_execute], [
14 lseek_execute(fp, ip, offset, maxsize);
19 AC_MSG_CHECKING([whether lseek_execute() is available])
20 ZFS_LINUX_TEST_RESULT_SYMBOL([lseek_execute],
23 AC_DEFINE(HAVE_LSEEK_EXECUTE, 1, [lseek_execute() is available])
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h151 lseek_execute( in lseek_execute() function
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c513 error = lseek_execute(filp, ip, offset, maxbytes); in zpl_llseek()