HomeSort by: relevance | last modified time | path
    Searched refs:zfs_acl_t (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_acl.h 144 * A zfs_acl_t structure is composed of a list of zfs_acl_node_t's.
168 } zfs_acl_t; typedef in typeref:struct:zfs_acl
171 zfs_acl_t *cb_aclp;
184 zfs_acl_t *z_aclp; /* ACL to create with file */
221 int zfs_acl_chmod_setattr(struct znode *, zfs_acl_t **, uint64_t);
225 void zfs_acl_free(zfs_acl_t *);
227 struct zfs_fuid_info **, zfs_acl_t **);
228 int zfs_aclset_common(struct znode *, zfs_acl_t *, cred_t *, dmu_tx_t *);
232 zfs_acl_t *zfs_acl_alloc(int);
234 void zfs_acl_xform(struct znode *, zfs_acl_t *, cred_t *)
    [all...]
zfs_znode.h 215 zfs_acl_t *z_acl_cached; /* cached acl */
  /src/usr.bin/fstat/
zfs_znode.h 45 #define zfs_acl_t void macro
96 zfs_acl_t *z_acl_cached; /* cached acl */
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_acl.c 449 zfs_acl_t *
452 zfs_acl_t *aclp;
454 aclp = kmem_zalloc(sizeof (zfs_acl_t), KM_SLEEP);
490 zfs_acl_release_nodes(zfs_acl_t *aclp)
503 zfs_acl_free(zfs_acl_t *aclp)
507 kmem_free(aclp, sizeof (zfs_acl_t));
533 zfs_ace_valid(vtype_t obj_type, zfs_acl_t *aclp, uint16_t type, uint16_t iflags)
571 zfs_acl_next_ace(zfs_acl_t *aclp, void *start, uint64_t *who,
635 zfs_acl_t *aclp = datap;
645 zfs_acl_curr_node(zfs_acl_t *aclp
    [all...]
zfs_vnops.c 3316 zfs_acl_t *aclp;

Completed in 31 milliseconds