acl_type          289 source3/modules/vfs_aixacl2.c 				pacl_type_info->acl_type, filepath));
acl_type          158 source3/modules/vfs_gpfs.c 		gacl->acl_nace, gacl->acl_type, gacl->acl_version, gacl->acl_level, gacl->acl_len));
acl_type          184 source3/modules/vfs_gpfs.c 	acl->acl_type = type;
acl_type          198 source3/modules/vfs_gpfs.c 		new_acl->acl_type = acl->acl_type;
acl_type          232 source3/modules/vfs_gpfs.c 	if (gacl->acl_type != GPFS_ACL_TYPE_NFS4) {
acl_type          363 source3/modules/vfs_gpfs.c 	gacl->acl_type = GPFS_ACL_TYPE_NFS4;
acl_type          621 source3/modules/vfs_gpfs.c 	result->acl_type = (type == SMB_ACL_TYPE_DEFAULT) ?
acl_type          129 source3/modules/vfs_hpuxacl.c static bool hpux_prohibited_duplicate_type(int acl_type);
acl_type          879 source3/modules/vfs_hpuxacl.c static bool hpux_prohibited_duplicate_type(int acl_type)
acl_type          881 source3/modules/vfs_hpuxacl.c 	switch(acl_type) {
acl_type           39 source3/modules/vfs_posixacl.c 	acl_type_t acl_type;
acl_type           44 source3/modules/vfs_posixacl.c 		acl_type = ACL_TYPE_ACCESS;
acl_type           47 source3/modules/vfs_posixacl.c 		acl_type = ACL_TYPE_DEFAULT;
acl_type           54 source3/modules/vfs_posixacl.c 	acl = acl_get_file(path_p, acl_type);
acl_type           86 source3/modules/vfs_posixacl.c 	acl_type_t acl_type;
acl_type           93 source3/modules/vfs_posixacl.c 		acl_type = ACL_TYPE_ACCESS;
acl_type           96 source3/modules/vfs_posixacl.c 		acl_type = ACL_TYPE_DEFAULT;
acl_type          106 source3/modules/vfs_posixacl.c 	res = acl_set_file(name, acl_type, acl);