HomeSort by: relevance | last modified time | path
    Searched refs:oldacl (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)
93 acl_copy_acl_into_oldacl(const struct acl *source, struct oldacl *dest)
120 * oldacl". If it's something else, then it's the new "struct acl". In the
122 * former case, they copyin the "struct oldacl" and convert it to the new
129 struct oldacl old;
154 struct oldacl old;
  /src/sys/sys/
acl.h 81 * "struct oldacl" is used in compatibility ACL syscalls and for on-disk
94 struct oldacl { struct
115 * storage of NFSv4 ACLs. POSIX.1e ACLs use "struct oldacl" for on-disk
311 int acl_copy_oldacl_into_acl(const struct oldacl *source,
314 struct oldacl *dest);
  /src/sys/ufs/ufs/
ufs_acl.c 235 ufs_get_oldacl(acl_type_t type, struct oldacl *old, struct vnode *vp,
291 struct oldacl *old;
494 struct oldacl *old;

Completed in 11 milliseconds