Searched refs:ZPL_SYMLINK (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_sa.h | 73 ZPL_SYMLINK, enumerator
|
H A D | zfs_znode.h | 99 #define SA_ZPL_SYMLINK(z) z->z_attr_table[ZPL_SYMLINK]
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | fs.c | 83 ZPL_SYMLINK, enumerator 112 _ZPL_ATTR(ZPL_SYMLINK, 0, SA_UINT8_ARRAY), 140 ZPL_SYMLINK, 516 sahdr->sa_lengths[0], ZPL_SYMLINK, &bonussz); in fs_populate_sattrs() 792 assert(zpl_attr_layout[nitems(zpl_attr_layout) - 1] == ZPL_SYMLINK); in fs_set_zpl_attrs()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 3599 error = sa_size(hdl, sa_attr_table[ZPL_SYMLINK], &sa_symlink_size); in dump_znode_symlink() 3609 if (sa_lookup(hdl, sa_attr_table[ZPL_SYMLINK], in dump_znode_symlink()
|