/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | sharemgr_main.c | 44 extern sa_command_t *sa_lookup(char *, char *); 147 cmdvec = sa_lookup(command, proto); in run_command()
|
H A D | commands.c | 5994 sa_lookup(char *cmd, char *proto) in sa_lookup() function
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_log.c | 308 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zp->z_zfsvfs), &lr->lr_gen, in zfs_log_create() 310 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_CRTIME(zp->z_zfsvfs), in zfs_log_create() 313 if (sa_lookup(zp->z_sa_hdl, SA_ZPL_RDEV(zp->z_zfsvfs), &lr->lr_rdev, in zfs_log_create() 439 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zp->z_zfsvfs), &lr->lr_gen, in zfs_log_symlink() 441 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_CRTIME(zp->z_zfsvfs), in zfs_log_symlink()
|
H A D | zfs_dir.c | 308 error = sa_lookup(dzp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), &zoid, in zfs_dirent_lock() 415 if ((error = sa_lookup(dzp->z_sa_hdl, in zfs_dirlook() 697 error = sa_lookup(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), in zfs_rmnode() 1055 error = sa_lookup(xzp->z_sa_hdl, SA_ZPL_PARENT(zfsvfs), in zfs_make_xattrdir()
|
H A D | zfs_acl.c | 358 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zp->z_zfsvfs), in zfs_external_acl() 392 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_DACL_COUNT(zfsvfs), in zfs_acl_znode_info() 397 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zfsvfs), in zfs_acl_znode_info() 430 if ((error = sa_lookup(zp->z_sa_hdl, in zfs_znode_acl_version() 1132 error = sa_lookup(zp->z_sa_hdl, SA_ZPL_DACL_ACES(zp->z_zfsvfs), in zfs_acl_node_read() 1264 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zfsvfs), in zfs_aclset_common() 2455 if ((error = sa_lookup(zp->z_sa_hdl, in zfs_zaccess()
|
H A D | zfs_znode.c | 713 sa_lookup(zp->z_sa_hdl, SA_ZPL_PROJID(zfsvfs), &projid, 8) != 0)) { in zfs_znode_alloc() 740 VERIFY(sa_lookup(zp->z_sa_hdl, SA_ZPL_RDEV(zfsvfs), in zfs_znode_alloc() 1324 err = sa_lookup(zp->z_sa_hdl, SA_ZPL_PROJID(zfsvfs), in zfs_rezget() 1779 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_MODE(zfsvfs), &mode, in zfs_freesp() 2076 error = sa_lookup(sa_hdl, ZPL_MODE, &parent_mode, sizeof (parent_mode)); in zfs_obj_to_pobj()
|
H A D | zfs_sa.c | 132 if (sa_lookup(zp->z_sa_hdl, SA_ZPL_SCANSTAMP(zfsvfs), in zfs_sa_get_scanstamp()
|
H A D | zfs_vnops.c | 1922 error = sa_lookup(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), in zfs_remove() 1981 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), in zfs_remove() 2413 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_PARENT(zfsvfs), in zfs_readdir() 2839 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_CRTIME(zfsvfs), in zfs_getattr() 3405 err = sa_lookup(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), in zfs_setattr() 3841 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_PARENT(zp->z_zfsvfs), in zfs_rename_lock() 4507 if ((error = sa_lookup(szp->z_sa_hdl, SA_ZPL_PARENT(zfsvfs), in zfs_link() 5324 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zfsvfs), in zfs_fid()
|
H A D | zfs_ctldir.c | 236 VERIFY(0 == sa_lookup(VTOZ(rvp)->z_sa_hdl, SA_ZPL_CRTIME(zfsvfs), in zfsctl_create()
|
H A D | sa.c | 1467 sa_lookup(sa_handle_t *hdl, sa_attr_type_t attr, void *buf, uint32_t buflen) in sa_lookup() function
|
H A D | zfs_vfsops.c | 2452 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zfsvfs), &zp_gen, in zfs_vget()
|
/illumos-gate/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);
|
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 553 sa_lookup(char *cmd) in sa_lookup() function 588 cmdvec = sa_lookup(command); in run_command()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 2148 if (sa_lookup(hdl, sa_attr_table[ZPL_PROJID], &projid, in dump_znode() 2152 if (sa_lookup(hdl, sa_attr_table[ZPL_XATTR], &xattr, in dump_znode() 2155 if (sa_lookup(hdl, sa_attr_table[ZPL_RDEV], &rdev, in dump_znode()
|