Home
last modified time | relevance | path

Searched refs:kauth_acl_inherit (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/bsd/sys/
H A Dkauth.h861 extern int kauth_acl_inherit(vnode_t _dvp, kauth_acl_t _initial, kauth_acl_t *_product, int _i…
/xnu-11215.61.5/bsd/kern/
H A Dkern_authorization.c794 kauth_acl_inherit(vnode_t dvp, kauth_acl_t initial, kauth_acl_t *product, int isdir, vfs_context_t … in kauth_acl_inherit() function
/xnu-11215.61.5/bsd/nfs/
H A Dnfs_serv.c2119 error = kauth_acl_inherit(dvp, in nfsrv_create()
2446 error = kauth_acl_inherit(dvp, in nfsrv_mknod()
3891 error = kauth_acl_inherit(dvp, in nfsrv_mkdir()
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_subr.c8113 if ((error = kauth_acl_inherit(dvp, in vn_attribute_prepare()