Lines Matching refs:follow
67 acl_type_t type, struct acl *aclp, int follow);
69 acl_type_t type, int follow);
71 acl_type_t type, struct acl *aclp, int follow);
73 acl_type_t type, const struct acl *aclp, int follow);
371 struct acl *aclp, int follow) in kern___acl_get_path() argument
376 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, UIO_USERSPACE, path); in kern___acl_get_path()
410 acl_type_t type, const struct acl *aclp, int follow) in kern___acl_set_path() argument
415 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, UIO_USERSPACE, path); in kern___acl_set_path()
487 acl_type_t type, int follow) in kern___acl_delete_path() argument
492 NDINIT(&nd, LOOKUP, follow, UIO_USERSPACE, path); in kern___acl_delete_path()
545 struct acl *aclp, int follow) in kern___acl_aclcheck_path() argument
550 NDINIT(&nd, LOOKUP, follow, UIO_USERSPACE, path); in kern___acl_aclcheck_path()