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

  /src/external/cddl/osnet/dist/common/acl/
acl_common.h 54 extern acl_t *acl_alloc(acl_type_t);
acl_common.c 267 acl_alloc(enum acl_type type) function
  /src/sys/kern/
vfs_acl.c 220 inkernelacl = acl_alloc(KM_SLEEP);
242 inkernelacl = acl_alloc(KM_SLEEP);
279 inkernelacl = acl_alloc(KM_SLEEP);
526 acl_alloc(int flags) function
subr_acl_nfs4.c 536 tmpaclp = acl_alloc(KM_SLEEP);
  /src/external/cddl/osnet/sys/sys/
acl.h 307 struct acl *acl_alloc(int flags);
327 * To allocate 'struct acl', use acl_alloc()/acl_free() instead of this.
  /src/sys/ufs/ufs/
ufs_vnops.c 357 acl = acl_alloc(KM_SLEEP);
689 aclp = acl_alloc(KM_SLEEP);
1042 acl = acl_alloc(KM_SLEEP);
1043 dacl = acl_alloc(KM_SLEEP);
1123 acl = acl_alloc(KM_SLEEP);
1201 parent_aclp = acl_alloc(KM_SLEEP);
1202 child_aclp = acl_alloc(KM_SLEEP);
  /src/sys/sys/
acl.h 298 struct acl *acl_alloc(int flags);
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 322 aclp = acl_alloc(M_WAITOK);
1170 aclp = acl_alloc(M_WAITOK);
2598 aclp = acl_alloc(M_WAITOK);
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 1081 naclp = acl_alloc(M_WAITOK);
2079 naclp = acl_alloc(M_WAITOK);

Completed in 40 milliseconds