/titanic_44/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | sharemgr_main.c | 46 extern sa_command_t *sa_lookup(char *, char *); 149 cmdvec = sa_lookup(command, proto); in run_command()
|
H A D | commands.c | 5986 sa_lookup(char *cmd, char *proto) in sa_lookup() function
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_log.c | 293 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zp->z_zfsvfs), &lr->lr_gen, in zfs_log_create() 295 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_CRTIME(zp->z_zfsvfs), in zfs_log_create() 298 if (sa_lookup(zp->z_sa_hdl, SA_ZPL_RDEV(zp->z_zfsvfs), &lr->lr_rdev, in zfs_log_create() 422 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zp->z_zfsvfs), &lr->lr_gen, in zfs_log_symlink() 424 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_CRTIME(zp->z_zfsvfs), in zfs_log_symlink()
|
H A D | zfs_dir.c | 291 error = sa_lookup(dzp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), &zoid, in zfs_dirent_lock() 398 if ((error = sa_lookup(dzp->z_sa_hdl, in zfs_dirlook() 628 error = sa_lookup(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), in zfs_rmnode() 962 error = sa_lookup(xzp->z_sa_hdl, SA_ZPL_PARENT(zfsvfs), in zfs_make_xattrdir()
|
H A D | zfs_acl.c | 350 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zp->z_zfsvfs), in zfs_external_acl() 384 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_DACL_COUNT(zfsvfs), in zfs_acl_znode_info() 389 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zfsvfs), in zfs_acl_znode_info() 422 if ((error = sa_lookup(zp->z_sa_hdl, in zfs_znode_acl_version() 1120 error = sa_lookup(zp->z_sa_hdl, SA_ZPL_DACL_ACES(zp->z_zfsvfs), in zfs_acl_node_read() 1243 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zfsvfs), in zfs_aclset_common() 2370 if ((error = sa_lookup(zp->z_sa_hdl, in zfs_zaccess()
|
H A D | zfs_sa.c | 130 if (sa_lookup(zp->z_sa_hdl, SA_ZPL_SCANSTAMP(zfsvfs), in zfs_sa_get_scanstamp()
|
H A D | zfs_vnops.c | 1747 error = sa_lookup(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), in zfs_remove() 1806 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), in zfs_remove() 2253 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_PARENT(zfsvfs), in zfs_readdir() 2679 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_CRTIME(zfsvfs), in zfs_getattr() 3074 err = sa_lookup(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), in zfs_setattr() 3456 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_PARENT(zp->z_zfsvfs), in zfs_rename_lock() 4085 if ((error = sa_lookup(szp->z_sa_hdl, SA_ZPL_PARENT(zfsvfs), in zfs_link() 4920 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zfsvfs), in zfs_fid()
|
H A D | zfs_znode.c | 703 VERIFY(sa_lookup(zp->z_sa_hdl, SA_ZPL_RDEV(zfsvfs), in zfs_znode_alloc() 1649 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_MODE(zfsvfs), &mode, in zfs_freesp() 1974 error = sa_lookup(sa_hdl, ZPL_MODE, &parent_mode, sizeof (parent_mode)); in zfs_obj_to_pobj()
|
H A D | zfs_ctldir.c | 241 VERIFY(0 == sa_lookup(VTOZ(rvp)->z_sa_hdl, SA_ZPL_CRTIME(zfsvfs), in zfsctl_create()
|
H A D | zfs_vfsops.c | 2038 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zfsvfs), &zp_gen, in zfs_vget()
|
H A D | sa.c | 1446 sa_lookup(sa_handle_t *hdl, sa_attr_type_t attr, void *buf, uint32_t buflen) in sa_lookup() function
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | sa.h | 124 int sa_lookup(sa_handle_t *, sa_attr_type_t, void *buf, uint32_t buflen);
|
/titanic_44/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 552 sa_lookup(char *cmd) in sa_lookup() function 587 cmdvec = sa_lookup(command); in run_command()
|
/titanic_44/usr/src/uts/common/fs/zev/ |
H A D | zev_checksums.c | 820 sa_lookup(zp->z_sa_hdl, SA_ZPL_RDEV(zp->z_zfsvfs), in zev_create_checksum()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 1744 if (sa_lookup(hdl, sa_attr_table[ZPL_XATTR], &xattr, in dump_znode() 1747 if (sa_lookup(hdl, sa_attr_table[ZPL_RDEV], &rdev, in dump_znode()
|