tru64_tag          29 source3/modules/vfs_tru64acl.c static SMB_ACL_TAG_T tru64_tag_to_smb(acl_tag_t tru64_tag);
tru64_tag         199 source3/modules/vfs_tru64acl.c 	acl_tag_t tru64_tag;
tru64_tag         205 source3/modules/vfs_tru64acl.c 	if (acl_get_tag_type(tru64_ace, &tru64_tag) != 0) {
tru64_tag         212 source3/modules/vfs_tru64acl.c 	smb_tag_type = tru64_tag_to_smb(tru64_tag);
tru64_tag         214 source3/modules/vfs_tru64acl.c 		DEBUG(3, ("invalid tag type given: %d\n", tru64_tag));
tru64_tag         272 source3/modules/vfs_tru64acl.c 		acl_tag_t tru64_tag;
tru64_tag         275 source3/modules/vfs_tru64acl.c 		tru64_tag = smb_tag_to_tru64(smb_entry->a_type);
tru64_tag         276 source3/modules/vfs_tru64acl.c 		if (tru64_tag == -1) {
tru64_tag         281 source3/modules/vfs_tru64acl.c 		if (tru64_tag == ACL_MASK) {
tru64_tag         293 source3/modules/vfs_tru64acl.c 		if (acl_set_tag_type(tru64_entry, tru64_tag) != 0) {
tru64_tag         403 source3/modules/vfs_tru64acl.c static SMB_ACL_TAG_T tru64_tag_to_smb(acl_tag_t tru64_tag)
tru64_tag         406 source3/modules/vfs_tru64acl.c 	switch(tru64_tag) {
tru64_tag         432 source3/modules/vfs_tru64acl.c 		DEBUG(0, ("Unknown tag type %d\n", (unsigned int)tru64_tag));