Home
last modified time | relevance | path

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

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