HomeSort by: relevance | last modified time | path
    Searched defs:acl_type_unold (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_acl.c 188 acl_type_unold(int type) function in typeref:typename:int
225 error = VOP_SETACL(vp, acl_type_unold(type), inkernelacl, l->l_cred);
244 error = VOP_GETACL(vp, acl_type_unold(type), inkernelacl, l->l_cred);
262 error = VOP_SETACL(vp, acl_type_unold(type), 0, l->l_cred);
283 error = VOP_ACLCHECK(vp, acl_type_unold(type), inkernelacl,
vfs_acl.c 188 acl_type_unold(int type) function in typeref:typename:int
225 error = VOP_SETACL(vp, acl_type_unold(type), inkernelacl, l->l_cred);
244 error = VOP_GETACL(vp, acl_type_unold(type), inkernelacl, l->l_cred);
262 error = VOP_SETACL(vp, acl_type_unold(type), 0, l->l_cred);
283 error = VOP_ACLCHECK(vp, acl_type_unold(type), inkernelacl,

Completed in 71 milliseconds