Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_vnops.h48 extern int zfs_get_direct_alignment(znode_t *, uint64_t *);
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c512 if (zfs_get_direct_alignment(zp, &align) == 0) { in zpl_getattr_impl()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c1287 zfs_get_direct_alignment(znode_t *zp, uint64_t *alignp) in zfs_get_direct_alignment() function