Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h77 #define zn_flush_cached_data(zp, sync) write_inode_now(ZTOI(zp), sync) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h122 #define zn_flush_cached_data(zp, sync) vn_flush_cached_data(ZTOV(zp), sync) macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c142 zn_flush_cached_data(zp, B_TRUE); in zfs_holey_common()
1512 zn_flush_cached_data(inzp, B_TRUE); in zfs_clone_range()