tru64_entry       244 source3/modules/vfs_tru64acl.c 	acl_entry_t tru64_entry;
tru64_entry       286 source3/modules/vfs_tru64acl.c 		tru64_entry = acl_create_entry(&result);
tru64_entry       287 source3/modules/vfs_tru64acl.c 		if (tru64_entry == NULL) {
tru64_entry       293 source3/modules/vfs_tru64acl.c 		if (acl_set_tag_type(tru64_entry, tru64_tag) != 0) {
tru64_entry       301 source3/modules/vfs_tru64acl.c 			if (acl_set_qualifier(tru64_entry, 
tru64_entry       311 source3/modules/vfs_tru64acl.c 			if (acl_set_qualifier(tru64_entry, 
tru64_entry       330 source3/modules/vfs_tru64acl.c 		if (acl_set_permset(tru64_entry, &tru64_permset) != 0)
tru64_entry       338 source3/modules/vfs_tru64acl.c 	tru64_entry = NULL;
tru64_entry       339 source3/modules/vfs_tru64acl.c 	if (acl_valid(result, &tru64_entry) != 0) {
tru64_entry       342 source3/modules/vfs_tru64acl.c 		if (tru64_entry != NULL) {