Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-inode-set-iversion.m43 dnl # inode_set_iversion introduced to set i_version
6 ZFS_LINUX_TEST_SRC([inode_set_iversion], [
10 inode_set_iversion(&inode, 1);
15 AC_MSG_CHECKING([whether inode_set_iversion() exists])
16 ZFS_LINUX_TEST_RESULT([inode_set_iversion], [
19 [inode_set_iversion() exists])
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h416 inode_set_iversion(struct inode *ip, u64 val) in inode_set_iversion() function
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c39 inode_set_iversion(ip, 1); in zpl_inode_alloc()