Home
last modified time | relevance | path

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

/xnu-12377.61.12/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-12377.61.12/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-12377.61.12/bsd/nfs/
H A Dnfs_serv.c2120 error = kauth_acl_inherit(dvp, in nfsrv_create()
2447 error = kauth_acl_inherit(dvp, in nfsrv_mknod()
3897 error = kauth_acl_inherit(dvp, in nfsrv_mkdir()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_subr.c8150 if ((error = kauth_acl_inherit(dvp, in vn_attribute_prepare()