Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h73 #define zn_has_cached_data(zp) ((zp)->z_is_mapped) macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h120 #define zn_has_cached_data(zp) vn_has_cached_data(ZTOV(zp)) macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c268 if (zn_has_cached_data(zp) && !(ioflag & O_DIRECT)) { in zfs_read()
587 if (tx_bytes && zn_has_cached_data(zp) && in zfs_write()