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

  /src/sys/kern/
vfs_acl.c 71 acl_copy_oldacl_into_acl(const struct oldacl *source, struct acl *dest) function in typeref:typename:int
137 acl_copy_oldacl_into_acl(&old, kernel_acl);
  /src/sys/sys/
acl.h 311 int acl_copy_oldacl_into_acl(const struct oldacl *source,
  /src/sys/ufs/ufs/
ufs_acl.c 346 error = acl_copy_oldacl_into_acl(old, ap->a_aclp);

Completed in 11 milliseconds