Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c159 if (zn_has_cached_data(zp, 0, file_sz - 1)) in zfs_holey_common()
292 if (zn_has_cached_data(zp, zfs_uio_offset(uio), in zfs_setup_direct()
466 if (zn_has_cached_data(zp, zfs_uio_offset(uio), in zfs_read()
523 if (zn_has_cached_data(zp, zfs_uio_offset(uio), in zfs_read()
993 zn_has_cached_data(zp, woff, woff + tx_bytes - 1)) { in zfs_write()
1183 if (zn_has_cached_data(zp, off, off + len - 1)) in zfs_rewrite()
1762 if (zn_has_cached_data(inzp, inoff, inoff + len - 1)) in zfs_clone_range()
1983 if (zn_has_cached_data(outzp, outoff, outoff + size - 1)) { in zfs_clone_range()
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h74 #define zn_has_cached_data(zp, start, end) \ macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h124 #define zn_has_cached_data(zp, start, end) \ macro
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c794 if (!zn_has_cached_data(zp, offset, offset + rlen - 1)) { in zpl_fadvise()
H A Dzfs_vnops_os.c1054 !zn_has_cached_data(zp, 0, LLONG_MAX); in zfs_remove()
1143 !zn_has_cached_data(zp, 0, LLONG_MAX) && in zfs_remove()
H A Dzfs_znode_os.c1631 if (zn_has_cached_data(zp, off, off + len - 1)) { in zfs_free_range()