Home
last modified time | relevance | path

Searched refs:z_zn_prefetch (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_acl.h54 __field(uint8_t, z_zn_prefetch)
87 __entry->z_zn_prefetch = zn->z_zn_prefetch;
125 __entry->z_zn_prefetch, __entry->z_blksz,
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzfs_znode.h190 boolean_t z_zn_prefetch; /* Prefetch znodes? */ member
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c248 dzp->z_zn_prefetch = B_TRUE; /* enable prefetching */ in zfs_dirlook()
H A Dzfs_znode.c522 zp->z_zn_prefetch = B_TRUE; /* z_prefetch default is enabled */ in zfs_znode_alloc()
H A Dzfs_vnops_os.c1763 prefetch = zp->z_zn_prefetch; in zfs_readdir()
1916 zp->z_zn_prefetch = B_FALSE; /* a lookup will re-enable pre-fetching */ in zfs_readdir()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c501 zp->z_zn_prefetch = B_FALSE; in zfsctl_inode_alloc()
H A Dzfs_dir.c431 dzp->z_zn_prefetch = B_TRUE; /* enable prefetching */ in zfs_dirlook()
H A Dzfs_vnops_os.c1534 prefetch = zp->z_zn_prefetch; in zfs_readdir()
1628 zp->z_zn_prefetch = B_FALSE; /* a lookup will re-enable pre-fetching */ in zfs_readdir()
H A Dzfs_znode.c433 ITOZ(ip)->z_zn_prefetch = B_TRUE; in zfs_inode_set_ops()