smb_tag_type 201 source3/modules/vfs_tru64acl.c SMB_ACL_TAG_T smb_tag_type;
smb_tag_type 212 source3/modules/vfs_tru64acl.c smb_tag_type = tru64_tag_to_smb(tru64_tag);
smb_tag_type 213 source3/modules/vfs_tru64acl.c if (smb_tag_type == 0) {
smb_tag_type 217 source3/modules/vfs_tru64acl.c if (sys_acl_set_tag_type(smb_ace, smb_tag_type) != 0) {
smb_tag_type 405 source3/modules/vfs_tru64acl.c SMB_ACL_TAG_T smb_tag_type;
smb_tag_type 408 source3/modules/vfs_tru64acl.c smb_tag_type = SMB_ACL_USER;
smb_tag_type 412 source3/modules/vfs_tru64acl.c smb_tag_type = SMB_ACL_USER_OBJ;
smb_tag_type 416 source3/modules/vfs_tru64acl.c smb_tag_type = SMB_ACL_GROUP;
smb_tag_type 420 source3/modules/vfs_tru64acl.c smb_tag_type = SMB_ACL_GROUP_OBJ;
smb_tag_type 424 source3/modules/vfs_tru64acl.c smb_tag_type = SMB_ACL_OTHER;
smb_tag_type 428 source3/modules/vfs_tru64acl.c smb_tag_type = SMB_ACL_MASK;
smb_tag_type 433 source3/modules/vfs_tru64acl.c smb_tag_type = 0;
smb_tag_type 435 source3/modules/vfs_tru64acl.c return smb_tag_type;